Commit 2c8ca11d authored by Quentin Monnier's avatar Quentin Monnier Committed by Sylvain Berfini
Browse files

Update job-uitests.yml

1 merge request!1192Added automated UI tests
Showing with 1 addition and 1 deletion
...@@ -57,7 +57,7 @@ job-android-uitests: ...@@ -57,7 +57,7 @@ job-android-uitests:
- ${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 - ${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: after_script:
#artifacts preparation #artifacts preparation
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment