ci: update tree command in CI workflow

This commit is contained in:
Jan Gleytenhoover 2025-02-19 09:52:09 +01:00
parent 1bc2ca5f9a
commit 9d4fb96daf
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -39,7 +39,7 @@ jobs:
- name: "Check"
working-directory: ./backend
run: gradle checkstyleMain
- run: tree
- run: find . -print | sed -e "s;[^/]*/;|____;g;s;____|; |;g"
- name: "Stop Gradle"
working-directory: ./backend
run: gradle --stop