Skip to content

Commit

Permalink
Add test step to GitHub Actions workflow and allow coveralls command …
Browse files Browse the repository at this point in the history
…to continue on error
  • Loading branch information
parroty committed Dec 25, 2024
1 parent ddbd5ed commit 3084170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-
- run: mix deps.get
- run: mix test
- uses: nick-invision/retry@v3
with:
timeout_minutes: 3
max_attempts: 3
shell: bash
command: mix coveralls.github
continue-on-error: true

0 comments on commit 3084170

Please sign in to comment.