Fix Android E2E APK installation
This commit is contained in:
@@ -237,8 +237,7 @@ jobs:
|
|||||||
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
|
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
|
||||||
script: |
|
script: |
|
||||||
echo "Installing the Android development client" > artifacts/android/phase.txt
|
echo "Installing the Android development client" > artifacts/android/phase.txt
|
||||||
adb -s emulator-5554 install -r "$RUNNER_TEMP/nightly-e2e-android.apk" \
|
adb -s emulator-5554 install -r "$RUNNER_TEMP/nightly-e2e-android.apk" 2>&1 | tee -a artifacts/android/build.log
|
||||||
2>&1 | tee -a artifacts/android/build.log
|
|
||||||
.github/scripts/run-nightly-e2e.sh android emulator-5554
|
.github/scripts/run-nightly-e2e.sh android emulator-5554
|
||||||
|
|
||||||
- name: Clean up Android services and emulator
|
- name: Clean up Android services and emulator
|
||||||
|
|||||||
Reference in New Issue
Block a user