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 ff23892 commit 10a981cCopy full SHA for 10a981c
.github/workflows/OCV-PR-4.x-Android-Test.yaml
@@ -97,5 +97,7 @@ jobs:
97
timeout-minutes: 60
98
id: java-test
99
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
100
- run: ./gradlew -i tests_module:connectedAndroidTest
+ run: |
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
0 commit comments