forked from Speiger/Primitive-Collections
Upgrading to TestResult Publish V2
This commit is contained in:
parent
b4374fdd4d
commit
ca33c9eb9e
|
@ -28,7 +28,7 @@ jobs:
|
||||||
./gradlew --stop
|
./gradlew --stop
|
||||||
|
|
||||||
- name: Publish Test Result
|
- name: Publish Test Result
|
||||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||||
id: test-results
|
id: test-results
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true
|
run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true
|
||||||
|
|
||||||
- name: Publish Test Result
|
- name: Publish Test Result
|
||||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||||
id: test-results
|
id: test-results
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue