Skip to content

Commit 6d28d54

Browse files
update android emulator test
1 parent 9044ece commit 6d28d54

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android-emulator-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
api-level: [29, 31, 35]
18+
api-level: [29, 35]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: ./.github/actions/common-setup
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
api-level: ${{ matrix.api-level }}
4242
arch: x86_64
43+
device: Medium Phone
4344
force-avd-creation: false
4445
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
4546
disable-animations: true
@@ -51,6 +52,7 @@ jobs:
5152
with:
5253
api-level: ${{ matrix.api-level }}
5354
arch: x86_64
55+
device: Medium Phone
5456
force-avd-creation: false
5557
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
5658
disable-animations: true

0 commit comments

Comments
 (0)