0

Retry API tests on failure

This commit is contained in:
Gabe Kangas 2022-11-22 12:56:03 -08:00
parent 12838949f8
commit 03f199551d
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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