Skip to content

Commit

Permalink
test: jest silent
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Feb 13, 2025
1 parent 2665c50 commit 5f56417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Wandalen/wretry.action@master
with:
current_path: ./app
command: yarn test --coverage
command: yarn test --coverage --silent
attempt_limit: 2
attempt_delay: 2000
- name: SonarCloud Scan
Expand Down

0 comments on commit 5f56417

Please sign in to comment.