Skip to content

Commit 16791cf

Browse files
committed
ci: support e2e test
1 parent 3888a47 commit 16791cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
folders="${{ steps.changed-files.outputs.all_changed_files }}"
3030
for f in ${folders//,/ }
3131
do
32-
f=$(echo $f | xargs echo -n)
33-
echo "===> Terraform testing in" $f
32+
f=$(echo $f | xargs echo -n)
33+
echo "===> Terraform testing in" $f
3434
terraform -chdir=$f init -upgrade
3535
cp scripts/plan.tftest.hcl $f/
3636
terraform -chdir=$f test test -verbose

0 commit comments

Comments
 (0)