Skip to content

Commit

Permalink
retry bail and run
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrosario committed Nov 24, 2023
1 parent 5c86693 commit f4cff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/actions/setup

- name: Run tests
run: CI=true pnpm test:cov
run: CI=true pnpm test:cov --retry=3 --bail=1 --run

# Adds coverage to github pr
- name: 'Report Coverage'
Expand Down

0 comments on commit f4cff5f

Please sign in to comment.