Skip to content

Commit

Permalink
feat(ci): install terraform before running generate (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Liechti <technat@technat.ch>
  • Loading branch information
the-technat authored Jan 8, 2025
1 parent 5e504a1 commit 173c893
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
with:
version: v1.59.1

# We need the latest version of Terraform for our documentation generation to use
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
name: Setup Terraform
with:
terraform_wrapper: false

- name: Generate
run: make generate

Expand Down

0 comments on commit 173c893

Please sign in to comment.