Skip to content

Commit

Permalink
fix: generate requires terraform to be installed
Browse files Browse the repository at this point in the history
Used to build the docs from schemas. Not all runners have terraform
installed, ensure it is available.
  • Loading branch information
hmlanigan committed Sep 24, 2024
1 parent 0b07066 commit 85ecc5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
with:
go-version-file: "go.mod"
cache: true
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.*"
terraform_wrapper: false
- run: go generate ./...
- name: git diff
run: |
Expand Down

0 comments on commit 85ecc5b

Please sign in to comment.