Attempt on including testruns.
This commit is contained in:
parent
f2d919bae5
commit
5c27e332cd
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Make gradlew executable
|
- name: Make gradlew executable
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
- name: Build and Test
|
- 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
|
- name: Publish Test Result
|
||||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
uses: EnricoMi/publish-unit-test-result-action@v1
|
||||||
|
@ -32,7 +32,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: build/test-results/**/*.xml
|
files: build/test-results/**/*.xml
|
||||||
fail_on: nothing
|
fail_on: nothing
|
||||||
ignore_runs: true
|
|
||||||
json_thousands_separator: .
|
json_thousands_separator: .
|
||||||
time_unit: milliseconds
|
time_unit: milliseconds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue