Skip to content

Commit

Permalink
chore: fix sdk spec test action (#7242)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex authored Jan 9, 2025
1 parent 00295f5 commit 9149d19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sdk-spec-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false

##################### install a local wing version #########################
- name: Download Dist Artifacts
if: ${{ env.LOCAL_BUILD == 'true' }}
Expand Down

0 comments on commit 9149d19

Please sign in to comment.