Attempt on including testruns.

This commit is contained in:
Speiger 2022-07-02 07:43:18 +02:00
parent f2d919bae5
commit 5c27e332cd
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build and Test
run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true
run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true --no-daemon
- name: Publish Test Result
uses: EnricoMi/publish-unit-test-result-action@v1
@ -32,7 +32,6 @@ jobs:
with:
files: build/test-results/**/*.xml
fail_on: nothing
ignore_runs: true
json_thousands_separator: .
time_unit: milliseconds