Skip to content

Commit 4ed4953

Browse files
committed
Try to fix the github/action Android emulator not boot issue
1 parent 16fe2cb commit 4ed4953

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
arch: x86_64
4646
profile: Nexus 6
4747
cores: 4
48+
avd-name: macOS-avd-x86-${{ matrix.api-level }}
49+
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
50+
disable-animations: true
4851
script: ./gradlew connectedCheck mergeAndroidReports --continue
4952

5053
- name: Archive the test reports

0 commit comments

Comments
 (0)