Skip to content

Commit 9f6b911

Browse files
committed
Fix test workflow
1 parent d41d5e8 commit 9f6b911

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
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
go-version-file: "go.mod"
4141
cache: true
42+
- uses: hashicorp/setup-terraform@v3
43+
with:
44+
terraform_version: 1.10.4
4245
- run: pip install yamale
4346
- run: yamale -s gen/schema/schema.yaml gen/definitions/
4447
- run: go mod download

0 commit comments

Comments
 (0)