Skip to content

Commit

Permalink
Do not setup terraform with this wrapper thing
Browse files Browse the repository at this point in the history
The wrapper manipulates stdout and stderr so that it is compatible with
Github action pipelines. Unfortunately, that makes it fail when you
want to process the terraform output yourself, so we have to disable it
or the tests will fail.
  • Loading branch information
Callisto13 committed Oct 15, 2021
1 parent b0772a8 commit f527e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
go-version: '^1.16.2'
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.0.1
terraform_version: 1.0.9
terraform_wrapper: false
- name: Run tests
run: make test-e2e
env:
Expand Down

0 comments on commit f527e32

Please sign in to comment.