Fix caching of pipeline #34

Merged
jank1619 merged 6 commits from fix/improve-checkstyle-pipeline into main 2025-02-19 11:47:51 +00:00
Showing only changes of commit 9d4fb96daf - Show all commits

View File

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