We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
always()
1 parent 1b88ca2 commit d30880fCopy full SHA for d30880f
.github/workflows/IntegrationTesting.yaml
@@ -140,7 +140,7 @@ jobs:
140
cleanup:
141
name: Resource tear down
142
needs: test_WebApp
143
- if: true
+ if: always()
144
runs-on: ubuntu-latest
145
146
steps:
@@ -163,7 +163,7 @@ jobs:
163
run: terraform init
164
165
- name: set permissions to terraform plugins
166
- run: chmod -R a+x .terraform/plugins/registry.terraform.io/hashicorp/aws/3.5.0/linux_amd64/*
+ run: chmod -R a+x .terraform/*
167
168
- name: Destroy resources
169
run: terraform destroy -state="terraform.tfstate" -var-file="fixtures.us-west-2.tfvars" -auto-approve
0 commit comments