Hopefully Fixed setup-java

This commit is contained in:
Speiger 2022-07-04 22:02:49 +02:00
parent 5c27e332cd
commit 70d565c785
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build and Test
run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true --no-daemon
run: |
./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true
./gradlew --stop
- name: Publish Test Result
uses: EnricoMi/publish-unit-test-result-action@v1