Skip to content

Order of patches based on internal mutation coun #110

Order of patches based on internal mutation coun

Order of patches based on internal mutation coun #110

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "13.x"
- run: npm install
- run: npm run test
- run: npm run build