Skip to content

Commit 4f3deb1

Browse files
(MAINT) look for bolt-defaults
1 parent 2db2aa7 commit 4f3deb1

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
@@ -131,6 +131,9 @@ jobs:
131131
echo ::group::info:request
132132
cat request.json || true; echo
133133
echo ::endgroup::
134+
echo ::group::list ~/.puppetlabs/etc/bolt
135+
ls -lR ~/.puppetlabs/etc/bolt || true; echo
136+
echo ::endgroup::
134137
- name: Debug container setup
135138
run: |
136139
echo ::group::debug_container_setup

0 commit comments

Comments
 (0)