Skip to content

Commit 1879196

Browse files
author
Sean Sundberg
committed
Fixes path for verify destroy script
1 parent 637f4bf commit 1879196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
# Test destroy
8181
- name: Validate destroy ${{ format('{0}-{1}-{2}', matrix.prefix-name, matrix.apply, matrix.public-gateway) }}
8282
run: |
83+
cd /tmp/workspace
8384
./validate-notdeploy.sh ${TF_VAR_name_prefix} ${TF_VAR_vpc_public_gateway}
8485
8586
release:

0 commit comments

Comments
 (0)