fix actions
Some checks failed
Gradle CI with Jacoco / build (push) Failing after 15m35s

This commit is contained in:
Jan-Philipp Luithardt
2025-12-06 20:30:36 +01:00
parent c775b4ab96
commit c55494901b

View File

@@ -19,22 +19,12 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: 17
cache: gradle
- name: Cache Gradle
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build & Test with Jacoco
run: ./gradlew clean test jacocoTestReport
run: ./gradlew --daemon test jacocoTestReport
- name: Upload Jacoco HTML Report
uses: actions/upload-artifact@v3