소스 검색

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

Use 'emulator' instead of 'emulator-headless'
Tim Krueger 3 년 전
부모
커밋
8d04b12897
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -43,7 +43,7 @@ steps:
     image: ghcr.io/nextcloud/continuous-integration-android8:2
     image: ghcr.io/nextcloud/continuous-integration-android8:2
     privileged: true
     privileged: true
     commands:
     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
       - scripts/wait_for_emulator.sh
       - ./gradlew --console=plain testGplayDebugUnitTest connectedGplayDebugAndroidTest
       - ./gradlew --console=plain testGplayDebugUnitTest connectedGplayDebugAndroidTest