mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: Address missed PR feedback regarding retrying failing elixir unit tests (#5421)
fixes #5420
This commit is contained in:
5
.github/workflows/_elixir.yml
vendored
5
.github/workflows/_elixir.yml
vendored
@@ -41,9 +41,8 @@ jobs:
|
||||
E2E_DEFAULT_WAIT_SECONDS: 20
|
||||
CI_ASSERT_RECEIVE_TIMEOUT_MS: 250
|
||||
run: |
|
||||
mix test --warnings-as-errors \
|
||||
--exclude flaky:true \
|
||||
--exclude acceptance:true
|
||||
mix_test="mix test --warnings-as-errors --exclude flaky:true --exclude acceptance:true"
|
||||
$mix_test || $mix_test --failed
|
||||
- name: Test Report
|
||||
uses: dorny/test-reporter@v1
|
||||
if:
|
||||
|
||||
Reference in New Issue
Block a user