Skip to content

Commit

Permalink
test: increase emulator disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlin Cremers authored and Marlinc committed Dec 29, 2024
1 parent 4694296 commit 25cc049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
target: default
arch: x86_64
api-level: ${{ matrix.api-level }}
disk-size: 2048M
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand Down Expand Up @@ -163,6 +164,7 @@ jobs:
target: default
arch: x86_64
api-level: ${{ matrix.api-level }}
disk-size: 2048M
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit 25cc049

Please sign in to comment.