From 4a4e1a1cd04d5a837782f19e150913dce530dd4b Mon Sep 17 00:00:00 2001 From: nico_dreylaq Date: Wed, 4 Dec 2024 12:00:49 +0100 Subject: [PATCH] fix: implem missing setup terraform --- .github/workflows/build.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b587920f..a2b7448b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | @@ -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 \ @@ -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: