Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Jul 9, 2020
1 parent 6075f30 commit 28a760e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:

- run: npm ci
- run: npm run lint
- run: npx jest --runInBand

- if: ${{ matrix.node-version == '8.3.0' ) )}}
run: npx jest

- if: ${{ startsWith( matrix.node-version, '10.' ) || startsWith( matrix.node-version, '12.' )}}
run: npx jest

- if: ${{ startsWith( matrix.node-version, '14.' ) }}
run: npx jest --coverage --runInBand --coverageReporters=text-lcov
run: npx jest --coverage --coverageReporters=text-lcov

- if: ${{ startsWith( matrix.node-version, '14.' ) }}
name: Coveralls GitHub Action
Expand Down

0 comments on commit 28a760e

Please sign in to comment.