mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ci): retry e2e tests
This commit is contained in:
committed by
Łukasz Mierzwa
parent
4b446e6325
commit
860eb60086
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -618,7 +618,11 @@ jobs:
|
||||
run: /usr/local/bin/heroku container:release web --app karma-demo
|
||||
|
||||
- name: Run e2e test
|
||||
run: make -C ui/e2e test
|
||||
uses: nick-invision/retry@v2.4.1
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
max_attempts: 3
|
||||
command: make -C ui/e2e test
|
||||
|
||||
- name: Rollback on failure
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user