fix: try fix empty outputs
[skip ci]
This commit is contained in:
parent
9ef7ce9029
commit
6e3d2b51fa
1 changed files with 1 additions and 1 deletions
2
.github/actions/acc_test/action.yaml
vendored
2
.github/actions/acc_test/action.yaml
vendored
|
|
@ -223,7 +223,7 @@ runs:
|
||||||
echo "Running acceptance tests for the terraform provider"
|
echo "Running acceptance tests for the terraform provider"
|
||||||
|
|
||||||
if [[ -z "$testfile" ]]; then
|
if [[ -z "$testfile" ]]; then
|
||||||
test_file="./..."
|
testfile="./..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$testfile" ]]; then
|
if [[ -z "$testfile" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue