Commit 51597e87 authored by Quentin Monnier's avatar Quentin Monnier Committed by Sylvain Berfini
Browse files

Update job-uitests.yml delete emulator at the end

1 merge request!1192Added automated UI tests
Showing with 3 additions and 0 deletions
...@@ -64,6 +64,9 @@ job-android-uitests: ...@@ -64,6 +64,9 @@ job-android-uitests:
- mv app/build/outputs/apk/debug/linphone-android-debug-*.apk ./apks/debug - mv app/build/outputs/apk/debug/linphone-android-debug-*.apk ./apks/debug
- mv app/build/outputs/apk/release/linphone-android-release-*.apk ./apks/release - mv app/build/outputs/apk/release/linphone-android-release-*.apk ./apks/release
- .gitlab-ci-files/html2xml-report -p reports - .gitlab-ci-files/html2xml-report -p reports
#delete emulator
- ${ANDROID_HOME}/cmdline-tools/latest/bin/avdmanager --verbose delete avd --name $emulator_name > logs/emulatorDeletion.log
artifacts: artifacts:
paths: paths:
......
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