mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Update job-uitests.yml
This commit is contained in:
parent
a30254129d
commit
4b1dfad106
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ job-android-uitests:
|
|||
- export BUILD_RESULT=$?
|
||||
|
||||
#kill emultator (twice in case a confirm dialog popup appears)
|
||||
- ${ANDROID_HOME}/platform-tools/adb -s emulator-5554 emu kill
|
||||
- ${ANDROID_HOME}/platform-tools/adb -s emulator-5554 emu kill
|
||||
- ${ANDROID_HOME}/platform-tools/adb -s emulator-$emulator_adb_port emu kill
|
||||
- ${ANDROID_HOME}/platform-tools/adb -s emulator-$emulator_adb_port emu kill
|
||||
- ${ANDROID_HOME}/platform-tools/adb kill-server
|
||||
|
||||
- if [ $BUILD_RESULT -eq 0 ] || [ ! -d app/build/reports/androidTests/connected/failures ]; then exit 0; else exit 1; fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue