mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Update job-uitests.yml
This commit is contained in:
parent
e83e427eb1
commit
2c8ca11db1
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ job-android-uitests:
|
|||
- ${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
|
||||
- if [ $BUILD_RESULT -eq 0 ] && [ ! -d app/build/reports/androidTests/connected/failures ]; then exit 0; else exit 1; fi
|
||||
|
||||
after_script:
|
||||
#artifacts preparation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue