From 934cb62e258f9d101364b649e5d73cbc42cf0c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Kr=C3=BCger?= Date: Thu, 19 May 2022 10:38:06 +0200 Subject: [PATCH] Use 'emulator' instead of 'emulator-headless' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Krüger --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 45b6b5ae6..5fc475220 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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