ci: Fix path

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

View file

@ -84,7 +84,7 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
report_paths: '**/build/test-results/test*/TEST-*.xml'
- name: Sign APK
if: env.VERSION_TAG != ''