Skip to content

Commit

Permalink
ci: added test to nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed Jul 15, 2022
1 parent 670a2de commit 387f5bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- run: TZ=America/Vancouver yarn test
- run: TZ=America/Los_Angeles yarn test
- run: TZ=Africa/Nairobi yarn test
- run: TZ=Pacific/Kiritimati yarn test
- run: TZ=Asia/Tokyo yarn test-ci
- run: nyc report --reporter=json && codecov -t ${{ secrets.CODECOV_REPO_TOKEN }} -f coverage/*.json

0 comments on commit 387f5bc

Please sign in to comment.