We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77f68e commit 7e3fd13Copy full SHA for 7e3fd13
.github/workflows/android.yml
@@ -21,14 +21,14 @@ jobs:
21
uses: reactivecircus/android-emulator-runner@v2
22
with:
23
api-level: 36
24
- target: default
+ target: google_apis
25
arch: x86_64
26
profile: pixel_7
27
- no-audio: true
28
- ram-size: 2048M
29
- disk-size: 4096M
+ ram-size: 2048M
+ disk-size: 4096M
30
disable-animations: true
31
emulator-boot-timeout: 1200
+ emulator-options: "-no-window -no-snapshot -no-audio"
32
script: ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest
33
34
- name: Hello Sdl Android Tests
0 commit comments