Skip to content

Commit 922c542

Browse files
committed
Fix test workflow
1 parent b15a6b3 commit 922c542

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
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
go-version-file: "go.mod"
3636
cache: true
37+
- uses: hashicorp/setup-terraform@v3
38+
with:
39+
terraform_version: 1.10.4
3740
- run: pip install yamale
3841
- run: yamale -s gen/schema/schema.yaml gen/definitions/
3942
- run: go mod download

0 commit comments

Comments
 (0)