.gitea/workflows/gradle-ci.yml aktualisiert
Some checks failed
Gradle CI with Full Reports / build (push) Failing after 49m3s
Some checks failed
Gradle CI with Full Reports / build (push) Failing after 49m3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user