We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a981c commit a9f30deCopy full SHA for a9f30de
.github/workflows/OCV-PR-4.x-Android-Test.yaml
@@ -101,3 +101,10 @@ jobs:
101
${{ env.ANDROID_HOME }}/platform-tools/adb uninstall org.opencv.tests || 0
102
./gradlew -i tests_module:connectedAndroidTest
103
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