Retry integration tests up to 2 more times
This commit is contained in:
parent
ecc34e084c
commit
8e872e619b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -62,6 +62,7 @@ jobs:
|
|||
with:
|
||||
otp-version: ${{matrix.otp}}
|
||||
elixir-version: ${{matrix.elixir}}
|
||||
|
||||
- uses: actions/cache@v1
|
||||
id: cache
|
||||
with:
|
||||
|
@ -73,7 +74,7 @@ jobs:
|
|||
run: mix deps.get
|
||||
|
||||
- name: Run Tests
|
||||
run: mix test
|
||||
run: mix test || mix test --failed || mix test --failed
|
||||
env:
|
||||
MIX_ENV: test
|
||||
|
||||
|
|
Reference in a new issue