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