Skip to content

Commit

Permalink
Have Terraform installed in Azure integration test workflow (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAstr0 authored Jan 30, 2025
1 parent 8be1870 commit 33d09d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/re_test-integration-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
name: Azure Deploy
runs-on: ubuntu-latest
steps:
- name: Install Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: latest

- name: Checkout
uses: actions/checkout@v4

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/re_test-integration-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,3 @@ jobs:
path: packages/framework-integration-tests/.booster
retention-days: 1
include-hidden-files: true

- name: Install Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: latest

0 comments on commit 33d09d0

Please sign in to comment.