fix actions
All checks were successful
Gradle CI with Full Reports / build (push) Successful in 20m11s
All checks were successful
Gradle CI with Full Reports / build (push) Successful in 20m11s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user