Skip to content

Commit

Permalink
Set android test disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Dec 5, 2023
1 parent 9b36487 commit bdbc7ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: x86_64
emulator-boot-timeout: 300
disk-size: 2048M
force-avd-creation: false
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
Expand All @@ -182,6 +183,7 @@ jobs:
working-directory: ./example
arch: x86_64
emulator-boot-timeout: 180
disk-size: 2048M
force-avd-creation: false
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
Expand All @@ -202,6 +204,7 @@ jobs:
arch: x86_64
emulator-boot-timeout: 180
force-avd-creation: false
disk-size: 2048M
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
pre-emulator-launch-script: |
Expand All @@ -223,6 +226,7 @@ jobs:
arch: x86_64
emulator-boot-timeout: 180
force-avd-creation: false
disk-size: 2048M
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
pre-emulator-launch-script: |
Expand Down

0 comments on commit bdbc7ac

Please sign in to comment.