Skip to content

Commit

Permalink
adding go test retry instead of retrying all of terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 12, 2024
1 parent e107dfa commit dab0f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ jobs:
- name: Run Go tests with retry
uses: nick-fields/retry@v2
with:
max_attempts: 3
max_attempts: 4
timeout_minutes: 60
retry_wait_seconds: 5
command: |
Expand Down

0 comments on commit dab0f3c

Please sign in to comment.