Skip to content

Commit 3a1bee8

Browse files
committed
Actually turn on debugging to acceptance workflow
1 parent 43b278a commit 3a1bee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
id: setup-cloudstack
5959
with:
6060
cloudstack-version: ${{ matrix.cloudstack-version }}
61+
debug: 'true'
6162
- uses: hashicorp/setup-terraform@v3
6263
with:
6364
terraform_version: ${{ matrix.terraform-version }}
@@ -97,6 +98,7 @@ jobs:
9798
id: setup-cloudstack
9899
with:
99100
cloudstack-version: ${{ matrix.cloudstack-version }}
101+
debug: 'true'
100102
- uses: opentofu/setup-opentofu@v1
101103
with:
102104
tofu_version: ${{ matrix.opentofu-version }}

0 commit comments

Comments
 (0)