ci: Better JUnit report

This commit is contained in:
Ahmad Ansori Palembani 2024-05-22 12:35:24 +07:00
parent 0722cb2f2d
commit 8b9c2fc755
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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