Skip to content

Commit

Permalink
fix: implem terraform setup for some tests Adaptors & force Terraform…
Browse files Browse the repository at this point in the history
… version 1.10.1 setup for DockerWindows
  • Loading branch information
Nico-dl05 committed Dec 5, 2024
1 parent 599d639 commit d4a64bf
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
- name: Install AWSCLI (the one in the Github runner does not work)
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: latest

- name: Setup just
run: |
Expand Down Expand Up @@ -121,7 +126,12 @@ jobs:
- name: Install AWSCLI (the one in the Github runner does not work)
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -606,10 +616,10 @@ jobs:

- name: Setup Terraform and other tools
run: |
choco install terraform -y
choco install terraform --version=1.10.1 -y
choco install mongodb-shell -y
choco install 7zip -y
choco install just -y
choco install just -y
- name: Setup AWS cli
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
Expand Down

0 comments on commit d4a64bf

Please sign in to comment.