Skip to content

Commit

Permalink
Use "yarn test" rather than "yarn ci" in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
knokko committed Jun 30, 2022
1 parent 077ac1d commit 384084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: |
yarn ci
yarn test
- name: Upload coverage report
uses: codecov/codecov-action@v1

0 comments on commit 384084d

Please sign in to comment.