fix actions
All checks were successful
Gradle CI with Full Reports / build (push) Successful in 20m11s

This commit is contained in:
Jan-Philipp Luithardt
2025-12-18 09:41:02 +01:00
parent 7f96f50fb7
commit c5350b3da2
3 changed files with 75 additions and 79 deletions

View File

@@ -39,8 +39,11 @@ jobs:
# -----------------------
# 4. Build & Test mit Logging
# -----------------------
- name: Ensure build/logs exists
run: mkdir -p build/logs
- name: Build & Test with Jacoco
run: ./gradlew --daemon test jacocoTestReport --stacktrace --warning-mode all
run: ./gradlew --daemon test jacocoTestReport --stacktrace --warning-mode all | tee build/logs/build.log
# -----------------------
# 5. Build Error HTML aus Log erzeugen