Skip to content

Commit becebb6

Browse files
committed
Add tf install to test workflow
1 parent c561f3f commit becebb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
go-version-file: "go.mod"
3333
cache: true
34+
- uses: hashicorp/setup-terraform@v3
35+
with:
36+
terraform_version: 1.10.4
3437
- run: pip install yamale
3538
- run: yamale -s gen/schema/schema.yaml gen/definitions/
3639
- run: go mod download

0 commit comments

Comments
 (0)