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 1f00235 commit 6ecc3a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
# - run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test
# - 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

0 comments on commit 6ecc3a3

Please sign in to comment.