Skip to content

Commit

Permalink
Fix deps setup flags (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 30, 2024
1 parent 57207a3 commit bd04032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
run: |-
terraform --version
cd test
go test -v -cth.skip-tmp-dir -cth.skip-tests -cth.skip-destroy-deps
go test -v -skip-tests -skip-teardown
cd -
touch state/.artifact.keep
Expand Down Expand Up @@ -536,7 +536,7 @@ jobs:
run: |-
terraform --version
cd test
go test -v -cth.skip-tmp-dir -cth.skip-deploy-deps -cth.skip-destroy-deps
go test -v -skip-setup -skip-teardown
cd -
- name: "Update GitHub Status for failure"
Expand Down Expand Up @@ -710,7 +710,7 @@ jobs:
run: |-
terraform --version
cd test
go test -v -cth.skip-tmp-dir -cth.skip-tests
go test -v -skip-setup -skip-tests
cd -
# We need repo write permissions to delete artifacts, which we don't have and don't want to have.
Expand Down

0 comments on commit bd04032

Please sign in to comment.