Skip to content

Commit

Permalink
chore: provide terraform binary to pipeline (#615)
Browse files Browse the repository at this point in the history
* chore: pull terraform binary explicitly

* chore: use unzip instead of not available bsdtar

* chore: reuse existing terraform from path

* chore: use github action to install terraform in pipeline

* chore: removed explicit terraform version
  • Loading branch information
bahkauv70 authored Dec 18, 2024
1 parent 5abec12 commit 54b997f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: ./.github/actions/build
with:
go-version: ${{ env.GO_VERSION }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Lint
run: make lint
- name: Test
Expand Down

0 comments on commit 54b997f

Please sign in to comment.