Skip to content

Commit

Permalink
chore: 🤖 missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Dec 18, 2024
1 parent ada3856 commit 70f2504
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .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 @@ -37,7 +44,7 @@ jobs:
with:
terraform_version: "1.2.5"
terraform_wrapper: false

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

0 comments on commit 70f2504

Please sign in to comment.