Browse Source

Retry API tests on failure

pull/2366/head
Gabe Kangas 3 years ago
parent
commit
03f199551d
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 6
      .github/workflows/automated-end-to-end-api.yaml

6
.github/workflows/automated-end-to-end-api.yaml

@ -37,4 +37,8 @@ jobs: @@ -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…
Cancel
Save