Skip to content

Commit 641a511

Browse files
authored
Merge pull request #34 from datarootsio/bugfix/terrafrom-version-test
Set terraform version when calling go test
2 parents daeea48 + 6677441 commit 641a511

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
args: --timeout=3m0s
5656
version: ${{ env.golangci_lint_version }}
5757

58+
- uses: hashicorp/setup-terraform@v1
59+
with:
60+
terraform_version: 0.15.4
61+
5862
- name: "go test"
5963
uses: hashicorp/setup-terraform@v1
6064
with:

0 commit comments

Comments
 (0)