Skip to content

Commit a9f30de

Browse files
authored
Attach JUnit report after Android test. (#145)
1 parent 10a981c commit a9f30de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/OCV-PR-4.x-Android-Test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,10 @@ jobs:
101101
${{ env.ANDROID_HOME }}/platform-tools/adb uninstall org.opencv.tests || 0
102102
./gradlew -i tests_module:connectedAndroidTest
103103
working-directory: ${{ github.workspace }}/build/android_test
104+
- name: Save Unit Test Results
105+
timeout-minutes: 5
106+
if: ${{ always() }}
107+
uses: actions/upload-artifact@v4
108+
with:
109+
name: android-junit-html
110+
path: ${{ github.workspace }}/build/android_test/tests_module/build/reports/androidTests/connected/

0 commit comments

Comments
 (0)