mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 22:04:24 +01:00
Use 'emulator' instead of 'emulator-headless'
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
46b5a345de
commit
934cb62e25
@ -43,7 +43,7 @@ steps:
|
||||
image: ghcr.io/nextcloud/continuous-integration-android8:2
|
||||
privileged: true
|
||||
commands:
|
||||
- emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
|
||||
- emulator -avd android -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
|
||||
- scripts/wait_for_emulator.sh
|
||||
- ./gradlew --console=plain testGplayDebugUnitTest connectedGplayDebugAndroidTest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user