mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
ci: Better JUnit report
This commit is contained in:
parent
0722cb2f2d
commit
8b9c2fc755
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build_push.yml
vendored
6
.github/workflows/build_push.yml
vendored
|
@ -80,6 +80,12 @@ jobs:
|
|||
if: startsWith(env.VERSION_TAG, 'r')
|
||||
run: ./gradlew assembleStandardNightly testStandardNightlyUnitTest
|
||||
|
||||
- name: Publish Test Report
|
||||
uses: mikepenz/action-junit-report@v4
|
||||
if: success() || failure()
|
||||
with:
|
||||
report_paths: '**/build/test-results/test/TEST-*.xml'
|
||||
|
||||
- name: Sign APK
|
||||
if: env.VERSION_TAG != ''
|
||||
uses: ilharp/sign-android-release@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue