ci: add tree command to CI workflow

This commit is contained in:
Jan Gleytenhoover 2025-02-19 09:47:55 +01:00
parent 455ebdbe91
commit 1bc2ca5f9a
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -39,6 +39,7 @@ jobs:
- name: "Check"
working-directory: ./backend
run: gradle checkstyleMain
- run: tree
- name: "Stop Gradle"
working-directory: ./backend
run: gradle --stop