Skip to content

Commit

Permalink
Edited yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 28, 2023
1 parent 042c5fe commit b08d7e9
Show file tree
Hide file tree
Showing 2 changed files with 976 additions and 976 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ec2-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: steps.cache_if_success.outputs.cache-hit != 'true'
uses: nick-fields/retry@v2
with:
max_attempts: 1
max_attempts: 3
timeout_minutes: 60
retry_wait_seconds: 5
command: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
if: ${{ cancelled() || failure() }}
uses: nick-fields/retry@v2
with:
max_attempts: 1
max_attempts: 3
timeout_minutes: 8
retry_wait_seconds: 5
command: cd ${{ inputs.test_dir }} && terraform destroy --auto-approve
Loading

0 comments on commit b08d7e9

Please sign in to comment.