Retry API tests on failure

This commit is contained in:
Gabe Kangas
2022-11-22 12:56:03 -08:00
parent 12838949f8
commit 03f199551d

View File

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