Skip to content

Commit

Permalink
chore: retry jest
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Dec 18, 2024
1 parent 2d9cdfc commit 251d418
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- name: run jest tests with coverage
shell: bash
working-directory: ./app
run: yarn test --coverage
uses: Wandalen/wretry.action@master
with:
current_path: ./app
command: yarn test --coverage
attempt_limit: 2
attempt_delay: 2000
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 251d418

Please sign in to comment.