Merge pull request #2071 from nextcloud/chrore/noid/fix-emulator-for-tests

Use 'emulator' instead of 'emulator-headless'
This commit is contained in:
Tim Krueger 2022-05-19 10:51:55 +02:00 committed by GitHub
commit 8d04b12897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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