We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a34029 commit b39c355Copy full SHA for b39c355
.github/workflows/android.yml
@@ -19,16 +19,15 @@ jobs:
19
20
- name: Sdl Android Tests
21
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
22
- uses: ReactiveCircus/android-emulator-runner@v2.30.1
+ uses: reactivecircus/android-emulator-runner@v2
23
with:
24
- avd-name: arm64Emu
+ api-level: 29
25
+ arch: arm64-v8a
26
+ profile: pixel_4a
27
+ force-avd-creation: false
28
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
29
channel: canary
30
disable-animations: true
- api-level: 34
- target: google_apis
- ram-size: 6000m
31
- arch: arm64-v8a
32
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
33
34
- name: Hello Sdl Android Tests
0 commit comments