Skip to content

Commit 70967ff

Browse files
committed
Fix absolute path
1 parent 511ea9c commit 70967ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
288288
exit $TEST_RESULT
289289
env:
290-
TF_ACC_TERRAFORM_PATH: tofu
290+
TF_ACC_TERRAFORM_PATH: ${{ env.TOFU_CLI_PATH }}/tofu
291291
TF_ACC_PROVIDER_NAMESPACE: hashicorp
292292
TF_ACC_PROVIDER_HOST: registry.opentofu.org
293293
TF_LOG: DEBUG

0 commit comments

Comments
 (0)