Fix Android E2E APK installation

This commit is contained in:
Samuel Newman
2026-07-17 20:40:20 +03:00
parent 851bf1a2f9
commit bdbda0b634
+1 -2
View File
@@ -237,8 +237,7 @@ jobs:
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
script: |
echo "Installing the Android development client" > artifacts/android/phase.txt
adb -s emulator-5554 install -r "$RUNNER_TEMP/nightly-e2e-android.apk" \
2>&1 | tee -a artifacts/android/build.log
adb -s emulator-5554 install -r "$RUNNER_TEMP/nightly-e2e-android.apk" 2>&1 | tee -a artifacts/android/build.log
.github/scripts/run-nightly-e2e.sh android emulator-5554
- name: Clean up Android services and emulator