ci: add tree command to CI workflow
This commit is contained in:
parent
455ebdbe91
commit
1bc2ca5f9a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ jobs:
|
|||
- name: "Check"
|
||||
working-directory: ./backend
|
||||
run: gradle checkstyleMain
|
||||
- run: tree
|
||||
- name: "Stop Gradle"
|
||||
working-directory: ./backend
|
||||
run: gradle --stop
|
||||
|
|
Reference in a new issue