Use 'emulator' instead of 'emulator-headless'

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2022-05-19 10:38:06 +02:00
parent 46b5a345de
commit 934cb62e25
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

@ -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