Skip to content

Commit

Permalink
making sure terraform destroy runs everytime (succeeded in last run)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 12, 2024
1 parent 81d821f commit 95b1319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ jobs:
echo "CWA_GITHUB_TEST_REPO_BRANCH: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}"
EC2LinuxIntegrationTest:
needs: [ BuildAndUpload, StartLocalStack, BuildAndUploadPackages, GenerateTestMatrix, OutputEnvVariables ]
needs: [ BuildAndUpload, StartLocalStack, GenerateTestMatrix, OutputEnvVariables ]
name: 'EC2Linux'
uses: ./.github/workflows/ec2-integration-test.yml
with:
Expand Down Expand Up @@ -1442,7 +1442,7 @@ jobs:
fi
- name: Terraform destroy
if: ${{ cancelled() || failure() }}
if: always()
uses: nick-fields/retry@v2
with:
max_attempts: 3
Expand Down

0 comments on commit 95b1319

Please sign in to comment.