Skip to content

Commit

Permalink
Merge pull request #150 from chatwork/install-tf-on-actions
Browse files Browse the repository at this point in the history
Install terraform for ekstest
  • Loading branch information
hanayo04 authored Dec 24, 2024
2 parents 5cd393b + 8c714d5 commit e1fb50c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install terraform
uses: hashicorp/setup-terraform@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit e1fb50c

Please sign in to comment.