Skip to content

Commit 5601598

Browse files
committed
ci: avoid a false true being thrown in case of failing ui tests
1 parent 83aa59e commit 5601598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
script: |
9999
adb shell screenrecord /sdcard/ui-test.mp4 &
100100
SCREENRECORD_PID=$!
101-
./gradlew connectedCheck || true
101+
./gradlew connectedCheck
102102
kill $SCREENRECORD_PID || true
103103
adb pull /sdcard/ui-test.mp4 ./ui-test.mp4 || true
104104
- name: Upload UI test video

0 commit comments

Comments
 (0)