Skip to content

Commit

Permalink
Merge pull request #121 from ministryofjustice/install-tf-runner
Browse files Browse the repository at this point in the history
chore: 🤖 add terraform binary to test action
  • Loading branch information
sj-williams authored Dec 18, 2024
2 parents 6fd624a + 70f2504 commit 76f827e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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 All @@ -31,6 +38,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 76f827e

Please sign in to comment.