Skip to content

Commit

Permalink
chore: add exit
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 31, 2021
1 parent 9b2d5ef commit 6734396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run prebuild
- run: npx aegir test -t node --cov --bail
- run: npx aegir test -t node --cov --bail -- --exit
- uses: codecov/codecov-action@v1
test-chrome:
needs: check
Expand All @@ -46,7 +46,7 @@ jobs:
node-version: lts/*
- run: npm install
- run: npm run prebuild
- run: npx aegir test -t browser -t webworker --bail
- run: npx aegir test -t browser -t webworker --bail -- --exit
test-firefox:
needs: check
runs-on: ubuntu-latest
Expand All @@ -57,4 +57,4 @@ jobs:
node-version: lts/*
- run: npm install
- run: npm run prebuild
- run: npx aegir test -t browser -t webworker --bail -- --browser firefox
- run: npx aegir test -t browser -t webworker --bail -- --browser firefox -- --exit

0 comments on commit 6734396

Please sign in to comment.