Skip to content

Commit 2244fd7

Browse files
(MAINT) look for bolt-defaults2
1 parent 93cb23f commit 2244fd7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,17 @@ jobs:
131131
echo ::group::info:request
132132
cat request.json || true; echo
133133
echo ::endgroup::
134+
echo ::group::pwd
135+
pwd
136+
echo ::endgroup::
137+
echo ::group::list parent directory
138+
ls -la .. || true; echo
139+
echo ::endgroup::
134140
echo ::group::list current directory
135-
ls -lR . || true; echo
141+
ls -la . || true; echo
136142
echo ::endgroup::
137143
echo ::group::list ~/.puppetlabs/etc/bolt
138-
ls -lR ~/.puppetlabs/etc/bolt || true; echo
144+
ls -la ~/.puppetlabs/etc/bolt || true; echo
139145
echo ::endgroup::
140146
- name: Debug container setup
141147
run: |

0 commit comments

Comments
 (0)