Skip to content

Commit 205831f

Browse files
(MAINT) look for bolt-defaults3
1 parent 2244fd7 commit 205831f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ jobs:
137137
echo ::group::list parent directory
138138
ls -la .. || true; echo
139139
echo ::endgroup::
140+
echo ::group::list parent directory+1
141+
ls -la ../.. || true; echo
142+
echo ::endgroup::
143+
echo ::group::list parent directory+2
144+
ls -la ../../.. || true; echo
145+
echo ::endgroup::
140146
echo ::group::list current directory
141147
ls -la . || true; echo
142148
echo ::endgroup::

0 commit comments

Comments
 (0)