Skip to content

Commit

Permalink
Fix adb connectedCheck on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Jun 19, 2024
1 parent 2329253 commit 8ca40d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
adb install -g 'external/iHeartRadio_for_Auto_v1.12.2_apkpure.com.apk'
sleep 10
adb logcat -c
(./gradlew connectedCheck || adb logcat -d; exit ${PIPESTATUS[0]})
bash -c './gradlew connectedCheck || adb logcat -d; exit ${PIPESTATUS[0]}'
- name: Summarize test results
run: python3 -m pip install --user xunitparserx && python3 buildtools/xunit_summary.py build/outputs/androidTest-results/connected/flavors/*/*.xml
run: python3 -m pip install --user xunitparserx --break-system-packages && python3 buildtools/xunit_summary.py build/outputs/androidTest-results/connected/*/*.xml

0 comments on commit 8ca40d9

Please sign in to comment.