Skip to content

Commit

Permalink
fix: implem missing setup terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-dl05 committed Dec 4, 2024
1 parent 0d4b62f commit 4a4e1a1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
run: |
sudo snap install --edge --classic just
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: 1.9.8

- name: Minio Server UP
if: ${{ matrix.projects }} == "Adaptors/S3/tests"
run: |
Expand Down Expand Up @@ -125,7 +130,12 @@ jobs:
- name: Setup just
run: |
sudo snap install --edge --classic just
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: 1.9.8

- name: Set up queue
run: |
MONITOR_PREFIX="monitor/deploy/" tools/retry.sh -w 30 -- tools/monitor.sh \
Expand Down Expand Up @@ -269,7 +279,12 @@ jobs:
- name: Setup just
run: |
sudo snap install --edge --classic just
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: 1.9.8

- name: Login to Docker Hub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
Expand Down

0 comments on commit 4a4e1a1

Please sign in to comment.