Retry API tests on failure
This commit is contained in:
parent
12838949f8
commit
03f199551d
@ -37,4 +37,8 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Run API tests
|
||||
run: earthly +api-tests
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
max_attempts: 3
|
||||
command: earthly +api-tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user