Skip to content

Commit ff23892

Browse files
authored
Identify Android Phone and print CPU details before test to refresh adb session. (#141)
1 parent fb46e94 commit ff23892

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
timeout-minutes: 60
9090
run: python3 $GIT_CACHE/warnings-handling.py
9191
working-directory: ${{ github.workspace }}/build
92+
- name: Touch device
93+
run: |
94+
${{ env.ANDROID_HOME }}/platform-tools/adb devices
95+
${{ env.ANDROID_HOME }}/platform-tools/adb shell cat /proc/cpuinfo
9296
- name: Test Java
9397
timeout-minutes: 60
9498
id: java-test

0 commit comments

Comments
 (0)