Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
2c8ca11d
Commit
2c8ca11d
authored
2 years ago
by
Quentin Monnier
Committed by
Sylvain Berfini
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update job-uitests.yml
parent
e83e427e
feature/call_uitests
1 merge request
!1192
Added automated UI tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci-files/job-uitests.yml
+1
-1
.gitlab-ci-files/job-uitests.yml
with
1 addition
and
1 deletion
.gitlab-ci-files/job-uitests.yml
+
1
−
1
View file @
2c8ca11d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets