feat(project): Get all projects (SCRUM-15) #10

Merged
jank merged 13 commits from feature/get-all-projects into main 2024-09-25 11:38:31 +00:00
Showing only changes of commit bee9d307fa - Show all commits

ci: update Gradle commands in workflow configuration
Some checks failed
Quality Check / Tests (pull_request) Failing after 53s
Quality Check / Checkstyle Main (pull_request) Successful in 59s

Jan K9f 2024-09-25 13:16:01 +02:00
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

@ -23,7 +23,7 @@ jobs:
- name: "Prepare Gradle"
run: gradle clean
- name: "Check"
run: gradle testClasses
run: gradle test
- name: "Stop Gradle"
run: gradle --stop
checkstyle:
@ -45,6 +45,6 @@ jobs:
- name: "Prepare Gradle"
run: gradle clean
- name: "Check"
run: gradle check
run: gradle checkstyleMain --scan
- name: "Stop Gradle"
run: gradle --stop