diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebbbcd1c..597e862f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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