Skip to content

Commit e2e7f09

Browse files
committed
add tracing to provision bolt command
1 parent 294e842 commit e2e7f09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-install-matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
--modulepath spec/fixtures/modules \
8989
provider=provision_service \
9090
image=${{ matrix.image }} \
91-
architecture=${{ matrix.architecture }}
91+
architecture=${{ matrix.architecture }} \
92+
--log-level trace
9293
echo ::endgroup::
9394
9495
echo ::group::info:request

0 commit comments

Comments
 (0)