We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9044ece commit 6d28d54Copy full SHA for 6d28d54
1 file changed
.github/workflows/android-emulator-test.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- api-level: [29, 31, 35]
+ api-level: [29, 35]
19
steps:
20
- uses: actions/checkout@v4
21
- uses: ./.github/actions/common-setup
@@ -40,6 +40,7 @@ jobs:
40
with:
41
api-level: ${{ matrix.api-level }}
42
arch: x86_64
43
+ device: Medium Phone
44
force-avd-creation: false
45
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
46
disable-animations: true
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
55
56
57
58
0 commit comments