fix: try fix empty outputs

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-27 18:34:22 +01:00
parent 9ef7ce9029
commit 6e3d2b51fa

View file

@ -223,7 +223,7 @@ runs:
echo "Running acceptance tests for the terraform provider"
if [[ -z "$testfile" ]]; then
test_file="./..."
testfile="./..."
fi
if [[ -z "$testfile" ]]; then