Skip to content

Commit

Permalink
Retry failing tests 5 times
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Dec 18, 2024
1 parent 674b278 commit 4015c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
permissions:
actions: write
needs: [test, lint, h2spec, autobahn]
if: failure() && fromJSON(github.run_attempt) < 3
if: failure() && fromJSON(github.run_attempt) < 5
runs-on: ubuntu-latest
steps:
- env:
Expand Down

0 comments on commit 4015c86

Please sign in to comment.