File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,23 @@ jobs:
1616 uses : actions/setup-java@v1
1717 with :
1818 java-version : 17
19-
20- - name : SDL Android Tests (ARM64)
19+
20+ - name : SDL Android Tests
2121 uses : reactivecircus/android-emulator-runner@v2
2222 with :
23- api-level : 36
24- target : google_apis
23+ api-level : 36
24+ target : google_apis
2525 arch : x86_64
26- profile : " pixel_7"
27- script : ./android/gradlew -p ./android :sdl_android:connectedCheck
26+ profile : pixel_7
27+ disable-animations : true
28+ emulator-boot-timeout : 1200
2829 emulator-options : >
29- -no-window -gpu host -no-boot-anim -no-audio -no-metrics
30- -camera-back none -camera-front none
31- -cores 6 -memory 6144
32-
30+ -no-window -gpu host -no-boot-anim -no-audio -no-metrics
31+ -camera-back none -camera-front none
32+ -cores 4 -memory 4096
33+ script : ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest --max-workers=4
34+
35+
3336 - name : Hello Sdl Android Tests
3437 run : ./android/gradlew -p ./android/hello_sdl_android test
3538
You can’t perform that action at this time.
0 commit comments