WIP: testing some pipeline stuff #72

Closed
jank wants to merge 5 commits from pipelines into main
Showing only changes of commit d6f8395378 - Show all commits

View file

@ -39,7 +39,7 @@ jobs:
- name: "Run Checkstyle"
working-directory: ./backend
run: ./gradlew checkstyleMain checkstyleTest --parallel --build-cache
run: ./gradlew checkstyleMain
- name: "Stop Gradle"
if: always()