feat: add test report step in action

This commit is contained in:
vran 2022-03-26 19:18:02 +08:00
parent 69a6472e80
commit 0592c88e9b
1 changed files with 6 additions and 0 deletions

View File

@ -50,3 +50,9 @@ jobs:
- name: Gradle Test
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'