Skip to content

Commit

Permalink
Update flags (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 26, 2024
1 parent 99f42c9 commit 68f5c1d
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
go test -v -cth.skip-tmp-dir -cth.skip-deploy-cut -cth.skip-destroy-deps
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
go test -v -cth.skip-tmp-dir -cth.skip-deploy-deps -cth.skip-destroy-deps
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 -cth.skip-tmp-dir -cth.skip-deploy-cut
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 68f5c1d

Please sign in to comment.