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 78f3787
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api-level }}
key: avd-test-${{ matrix.api-level }}

- name: Enable KVM
if: matrix.api-level == 29 && steps.avd-cache.outputs.cache-hit != 'true'
Expand All @@ -91,6 +91,7 @@ jobs:
target: default
arch: x86_64
api-level: ${{ matrix.api-level }}
disk-size: 8G
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 @@ -155,14 +156,15 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api-level }}
key: avd-test-${{ matrix.api-level }}

- name: Test script=${{ matrix.script }} api-level=${{ matrix.api-level }}
uses: reactivecircus/android-emulator-runner@v2
with:
target: default
arch: x86_64
api-level: ${{ matrix.api-level }}
disk-size: 8G
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 78f3787

Please sign in to comment.