Skip to content

Commit

Permalink
chore: 🤖 add terraform binary to test action
Browse files Browse the repository at this point in the history
terraform binary no longer supplied with ubuntu runner image
  • Loading branch information
sj-williams committed Dec 18, 2024
1 parent 6fd624a commit ada3856
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21.6

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.2.5"
terraform_wrapper: false

- name: Run Terratest Unit Tests
run: |
go mod download
Expand Down

0 comments on commit ada3856

Please sign in to comment.