Skip to content

Commit

Permalink
Specify terraform version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgpat committed Mar 8, 2024
1 parent 5e72a69 commit 905e4e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
with:
go-version-file: go.mod
cache: true
- run: go test -parallel=100 ./...
- run: go test ./...
env:
TF_ACC_TERRAFORM_VERSION: v1.8.0-beta1

0 comments on commit 905e4e9

Please sign in to comment.