.gitea/workflows/gradle-ci.yml aktualisiert
Some checks failed
Gradle CI with Full Reports / build (push) Failing after 49m3s

This commit is contained in:
Jan
2025-12-07 16:48:15 +01:00
parent dce190b0a4
commit 0ccc9122a6

View File

@@ -40,9 +40,7 @@ jobs:
# 4. Build & Test mit Logging
# -----------------------
- name: Build & Test with Jacoco
run: |
mkdir -p build/logs
./gradlew --no-daemon test jacocoTestReport --stacktrace --warning-mode all > build/logs/build.log 2>&1 || true
run: ./gradlew --daemon test jacocoTestReport --stacktrace --warning-mode all
# -----------------------
# 5. Build Error HTML aus Log erzeugen