Skip to content

Commit

Permalink
tree debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Jul 8, 2024
1 parent f6f486d commit c6145d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ jobs:
KALAMARI_DEBUG=1 downloadKalamari.sh
echo "Running buildTaxonomy.sh"
buildTaxonomy.sh
echo
tree $(dirname $(which downloadKalamari.sh))/../share/kalamari-*
echo
echo "Running filterTaxonomy.sh"
filterTaxonomy.sh
bash -x filterTaxonomy.sh
echo
tree $(dirname $(which downloadKalamari.sh))/../share/kalamari-*
echo
Expand Down

0 comments on commit c6145d7

Please sign in to comment.