.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
|
# 4. Build & Test mit Logging
|
||||||
# -----------------------
|
# -----------------------
|
||||||
- name: Build & Test with Jacoco
|
- name: Build & Test with Jacoco
|
||||||
run: |
|
run: ./gradlew --daemon test jacocoTestReport --stacktrace --warning-mode all
|
||||||
mkdir -p build/logs
|
|
||||||
./gradlew --no-daemon test jacocoTestReport --stacktrace --warning-mode all > build/logs/build.log 2>&1 || true
|
|
||||||
|
|
||||||
# -----------------------
|
# -----------------------
|
||||||
# 5. Build Error HTML aus Log erzeugen
|
# 5. Build Error HTML aus Log erzeugen
|
||||||
|
|||||||
Reference in New Issue
Block a user