Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 29, 2023
1 parent 6ecc3a3 commit 976e41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
ci:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
runs-on: ubuntu-latest
Expand All @@ -23,4 +24,4 @@ jobs:
# - run: npm run build --if-present
- run: npm run rebuild-tests-2017
# - run: npm test
- run: node node_modules\tap\bin\tap.js --gc test/js/*-test.js
- run: node node_modules/tap/bin/tap.js --gc test/js/*-test.js

0 comments on commit 976e41d

Please sign in to comment.