ci: update checkstyle command in CI workflow
This commit is contained in:
parent
008efd21fa
commit
d6f8395378
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Run Checkstyle"
|
- name: "Run Checkstyle"
|
||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
run: ./gradlew checkstyleMain checkstyleTest --parallel --build-cache
|
run: ./gradlew checkstyleMain
|
||||||
|
|
||||||
- name: "Stop Gradle"
|
- name: "Stop Gradle"
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Add table
Reference in a new issue