diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index e77219f..27d62fa 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -14,6 +14,13 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.21.6 + + - name: Setup Terraform + uses: hashicorp/setup-terraform@v3 + with: + terraform_version: "1.2.5" + terraform_wrapper: false + - name: Run Terratest Unit Tests run: | go mod download @@ -31,6 +38,13 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.21.6 + + - name: Setup Terraform + uses: hashicorp/setup-terraform@v3 + with: + terraform_version: "1.2.5" + terraform_wrapper: false + - name: Run Terratest Unit Tests run: | go mod download