We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3888a47 commit 16791cfCopy full SHA for 16791cf
.github/workflows/e2e.yml
@@ -29,8 +29,8 @@ jobs:
29
folders="${{ steps.changed-files.outputs.all_changed_files }}"
30
for f in ${folders//,/ }
31
do
32
- f=$(echo $f | xargs echo -n)
33
- echo "===> Terraform testing in" $f
+ f=$(echo $f | xargs echo -n)
+ echo "===> Terraform testing in" $f
34
terraform -chdir=$f init -upgrade
35
cp scripts/plan.tftest.hcl $f/
36
terraform -chdir=$f test test -verbose
0 commit comments