Skip to content

Commit

Permalink
ci(github-actions): add jest ci flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 30, 2023
1 parent c61e755 commit 6e29a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
run: yarn install --frozen-lockfile --ignore-scripts

- name: yarn test
run: yarn test --reporters="default" --reporters="github-actions"
run: yarn test --ci --reporters="default" --reporters="github-actions"

env:
CI: true
Expand Down

0 comments on commit 6e29a71

Please sign in to comment.