Skip to content

Commit

Permalink
Install Terraform to fix CI failure that Terraform is not found (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Oct 13, 2024
1 parent 8c6591b commit 6439a64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.7"

- name: Run tests for ${{ matrix.demo-folder }}
run: |
cd examples/${{ matrix.demo-folder }}
Expand Down Expand Up @@ -262,6 +266,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.7"

- name: Run tests for ${{ matrix.demo-folder }}
run: |
cd examples/${{ matrix.demo-folder }}
Expand Down

0 comments on commit 6439a64

Please sign in to comment.