Skip to content

Commit

Permalink
Install terraform before running go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacseymour committed Jan 2, 2025
1 parent fbc7ac3 commit 938030a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
# Required to `terraform fmt` the generated files
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
with:
terraform_wrapper: false
- run: go generate ./...
- name: git diff
run: |
Expand Down

0 comments on commit 938030a

Please sign in to comment.