Skip to content

Commit c6145d7

Browse files
committed
tree debugging statement
1 parent f6f486d commit c6145d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,11 @@ jobs:
125125
KALAMARI_DEBUG=1 downloadKalamari.sh
126126
echo "Running buildTaxonomy.sh"
127127
buildTaxonomy.sh
128+
echo
129+
tree $(dirname $(which downloadKalamari.sh))/../share/kalamari-*
130+
echo
128131
echo "Running filterTaxonomy.sh"
129-
filterTaxonomy.sh
132+
bash -x filterTaxonomy.sh
130133
echo
131134
tree $(dirname $(which downloadKalamari.sh))/../share/kalamari-*
132135
echo

0 commit comments

Comments
 (0)