Skip to content

Commit ae88c55

Browse files
fix: add terraform setup to GH workflow (#57)
1 parent 615bf04 commit ae88c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
uses: actions/setup-go@v2
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
50+
- name: Set up Terraform
51+
uses: hashicorp/setup-terraform@v3
5052
- name: Check out code
5153
uses: actions/checkout@v2
5254
- name: Cache modules

0 commit comments

Comments
 (0)