Skip to content

Commit

Permalink
ci(test): change test command arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 authored May 31, 2022
1 parent c6912bf commit d2d8dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: yarn build
- name: Test
run: yarn test --ci
run: yarn test --coverage
- name: Report Code Coverage to codecov
uses: codecov/codecov-action@v3.1.0
- name: GitHub Actions Build Test
Expand Down

0 comments on commit d2d8dfe

Please # to comment.