chore: add terraform install step to action #93
1 changed files with 5 additions and 0 deletions
5
.github/actions/acc_test/action.yaml
vendored
5
.github/actions/acc_test/action.yaml
vendored
|
|
@ -94,6 +94,11 @@ runs:
|
||||||
fi
|
fi
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
|
# Install latest version of Terraform
|
||||||
|
- uses: hashicorp/setup-terraform@v4
|
||||||
|
with:
|
||||||
|
terraform_wrapper: false
|
||||||
|
|
||||||
- name: Setup JAVA
|
- name: Setup JAVA
|
||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue