Update test results action
This commit is contained in:
parent
1694df732d
commit
c9aa107879
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name : Test Summary
|
- name : Test Summary
|
||||||
uses : EnricoMi/publish-unit-test-result-action@v1
|
uses : EnricoMi/publish-unit-test-result-action@v2.2.0
|
||||||
with :
|
with :
|
||||||
files : "**/build/test-results/test/TEST-*.xml"
|
files : "**/build/test-results/test/TEST-*.xml"
|
||||||
if : always()
|
if : always()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue