Skip to content

Commit

Permalink
Test(ci): Include testTimeout env var in action
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jan 1, 2022
1 parent 2bf7d35 commit e93ceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: npm install
- run: npm test
env:
testTimeout: ${{ secrets.testTimeout }}
DOTEST_NOCOV: ${{ secrets.DOTEST_NOCOV }}
DOTEST_MINCOV: ${{ secrets.DOTEST_MINCOV }}
DOTEST_COVFUNCTIONS: 100
Expand Down

0 comments on commit e93ceeb

Please sign in to comment.