Skip to content

Commit ec16632

Browse files
committed
ci: debug
1 parent 4179bee commit ec16632

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,22 @@ jobs:
8484
shell: C:\\cygwin\\bin\\bash.exe --noprofile --norc -eo pipefail {0}
8585
run: cp cache-sortref/sortref /usr/local/bin/
8686

87+
- shell: C:\\cygwin\\bin\\bash.exe --noprofile --norc -eo pipefail {0}
88+
run: |
89+
type sortref
90+
echo
91+
echo $PATH
92+
echo
93+
ls /
94+
echo
95+
ls /usr
96+
echo
97+
ls /usr/local
98+
echo
99+
ls /usr/local/bin
100+
echo
101+
ls -l /usr/local/bin/sortref
102+
87103
- name: Test
88104
shell: C:\\cygwin\\bin\\bash.exe --noprofile --norc -eo pipefail {0}
89105
run: make ${{ matrix.check-target }}

0 commit comments

Comments
 (0)