Skip to content

Commit

Permalink
fix: add terraform setup to GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcmurray-sysdig committed Jan 17, 2025
1 parent 615bf04 commit c7d0089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
- name: Check out code
uses: actions/checkout@v2
- name: Cache modules
Expand Down

0 comments on commit c7d0089

Please sign in to comment.