chore: add terraform install step to action
[skip ci]
This commit is contained in:
parent
d34927537a
commit
5a1dc9cd94
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
|
||||
echo "::endgroup::"
|
||||
|
||||
# Install latest version of Terraform
|
||||
- uses: hashicorp/setup-terraform@v4
|
||||
with:
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Setup JAVA
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue