ci: add tree command to CI workflow
Some checks failed
CI / Checkstyle Main (pull_request) Failing after 53s
CI / eslint (pull_request) Successful in 23s
CI / prettier (pull_request) Successful in 20s
CI / test-build (pull_request) Successful in 46s

This commit is contained in:
We ball 2025-02-19 09:47:55 +01:00
parent 455ebdbe91
commit 1bc2ca5f9a
Signed by: jank1619
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