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.
1 parent 8d2adc5 commit 36f2db7Copy full SHA for 36f2db7
.github/workflows/e2e.yml
@@ -31,4 +31,4 @@ jobs:
31
run: |
32
bash scripts/terraform-install.sh
33
CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
34
- bash scripts/terraform-validate.sh ${CHANGED_FOLDERS}
+ bash scripts/terraform-test.sh ${CHANGED_FOLDERS}
0 commit comments