Skip to content

Commit

Permalink
Replace ls with tree in unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 3, 2024
1 parent 58a9bc1 commit 3828ccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:

- name: Print top files
if: always()
run: ls
run: |
apt install tree
tree ../ -L 3

0 comments on commit 3828ccf

Please sign in to comment.