Skip to content

Commit

Permalink
test against latest terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Oct 28, 2023
1 parent fa908b5 commit 9b44a41
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
env:
CGO_ENABLED: 0
test:
name: Tests on ${{ matrix.os }} with TF ${{ matrix.terraform }}
name: Tests on ${{ matrix.os }}
needs: build
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -75,8 +75,6 @@ jobs:
- macos-latest
- windows-latest
- ubuntu-latest
terraform:
- 1.6.*
steps:
- id: checkout
name: Checkout
Expand All @@ -90,9 +88,6 @@ jobs:
- id: setup_terraform
name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- id: client_tests
name: Client Tests
run: go test -v -cover -parallel=4 -timeout=900s -tags simulator ./migadu/...
Expand All @@ -102,14 +97,9 @@ jobs:
env:
TF_ACC: "1"
terratest:
name: Terratest Tests with TF ${{ matrix.terraform }}
name: Terratest Tests
needs: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
terraform:
- 1.6.*
steps:
- id: checkout
name: Checkout
Expand All @@ -125,9 +115,6 @@ jobs:
- id: setup_terraform
name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- id: install
name: Install Provider
run: make install
Expand Down

0 comments on commit 9b44a41

Please sign in to comment.