ci: update tree command in CI workflow
This commit is contained in:
parent
1bc2ca5f9a
commit
9d4fb96daf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue