feat: add test report step in action
This commit is contained in:
parent
69a6472e80
commit
0592c88e9b
|
@ -50,3 +50,9 @@ jobs:
|
||||||
|
|
||||||
- name: Gradle Test
|
- name: Gradle Test
|
||||||
run: ./gradlew api:check core:check
|
run: ./gradlew api:check core:check
|
||||||
|
|
||||||
|
- name: Publish Test Report
|
||||||
|
uses: mikepenz/action-junit-report@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
report_paths: '**/build/test-results/test/TEST-*.xml'
|
||||||
|
|
Loading…
Reference in New Issue