Skip to content

Commit

Permalink
disable terraform wrapper
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 693180d commit 26b9714
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- id: setup_terraform
name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
- id: client_tests
name: Client Tests
run: go test -v -cover -parallel=4 -timeout=900s -tags simulator ./migadu/...
Expand Down Expand Up @@ -115,6 +117,8 @@ jobs:
- id: setup_terraform
name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
- id: install
name: Install Provider
run: make install
Expand Down

0 comments on commit 26b9714

Please sign in to comment.