Skip to content

Commit 893d257

Browse files
(MAINT) which bolt
1 parent 205831f commit 893d257

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
echo ::group::list ~/.puppetlabs/etc/bolt
150150
ls -la ~/.puppetlabs/etc/bolt || true; echo
151151
echo ::endgroup::
152+
echo ::group::which bolt
153+
which bolt || echo "bolt not found"; echo
154+
echo ::endgroup::
152155
- name: Debug container setup
153156
run: |
154157
echo ::group::debug_container_setup

0 commit comments

Comments
 (0)