Skip to content

Commit

Permalink
Fixed acceptance test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Mar 11, 2024
1 parent f63c22c commit fbfc20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prep-internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: |
ci/scripts/test-module.sh ci/module-test
shopt -s extglob
for d in examples/!(adding-headers)/; do (ci/scripts/test-module.sh "$d"); done
ci/scripts/test-module.sh examples/adding-headers/ -var-file=secret.tfvars
for d in examples/!(basic-client-username)/; do (ci/scripts/test-module.sh "$d"); done
ci/scripts/test-module.sh examples/basic-client-username/ -var-file=secret.tfvars
- name: Ensure version reflects release candidate version
run: |
Expand Down

0 comments on commit fbfc20b

Please sign in to comment.