Skip to content

Commit

Permalink
Add setup terraform step to bridge CI (#2825)
Browse files Browse the repository at this point in the history
The CI started failing because of missing terraform CLI. This is likely
the result of a change in default github runner configurations.

This PR adds an explicit setup terraform step to the bridge CI.

fixes #2824
  • Loading branch information
VenelinMartinov authored Jan 13, 2025
1 parent f7d51af commit 46b430a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
uses: pulumi/actions@v5
with:
pulumi-version: dev
- name: Install terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false
- name: Check out source code
uses: actions/checkout@master
- name: Install Go
Expand Down

0 comments on commit 46b430a

Please sign in to comment.