Skip to content

Commit

Permalink
Fix missing terraform command in CI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
chehsunliu authored Jan 21, 2025
1 parent 587cd32 commit 28ef8ac
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
@@ -19,6 +19,10 @@ jobs:
with:
node-version: 22.x

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

- name: Install dependencies
run: npm install

0 comments on commit 28ef8ac

Please sign in to comment.