Skip to content

Commit

Permalink
Trial on retry
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jan 28, 2022
1 parent 7a0fb26 commit b613ce3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -30,4 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-mix-
- run: mix deps.get
- run: mix coveralls.github
- uses: nick-invision/retry@v2
with:
timeout_minutes: 3
max_attempts: 3
shell: bash
command: mix coveralls.github

0 comments on commit b613ce3

Please sign in to comment.