Skip to content

Commit

Permalink
feat(ci): install terraform before running generate
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Liechti <[email protected]>
  • Loading branch information
the-technat committed Jan 8, 2025
1 parent 5e504a1 commit 6896004
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 6896004

Please sign in to comment.