mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
test: increase emulator disk size
This commit is contained in:
parent
782afbd28d
commit
b22b71d1da
1 changed files with 4 additions and 2 deletions
6
.github/workflows/emulator.yml
vendored
6
.github/workflows/emulator.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
~/.android/avd/*
|
~/.android/avd/*
|
||||||
~/.android/adb*
|
~/.android/adb*
|
||||||
key: avd-${{ matrix.api-level }}
|
key: avd-test-${{ matrix.api-level }}
|
||||||
|
|
||||||
- name: Enable KVM
|
- name: Enable KVM
|
||||||
if: matrix.api-level == 29 && steps.avd-cache.outputs.cache-hit != 'true'
|
if: matrix.api-level == 29 && steps.avd-cache.outputs.cache-hit != 'true'
|
||||||
|
|
@ -91,6 +91,7 @@ jobs:
|
||||||
target: default
|
target: default
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
|
disk-size: 8G
|
||||||
force-avd-creation: false
|
force-avd-creation: false
|
||||||
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
disable-animations: false
|
disable-animations: false
|
||||||
|
|
@ -155,7 +156,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
~/.android/avd/*
|
~/.android/avd/*
|
||||||
~/.android/adb*
|
~/.android/adb*
|
||||||
key: avd-${{ matrix.api-level }}
|
key: avd-test-${{ matrix.api-level }}
|
||||||
|
|
||||||
- name: Test script=${{ matrix.script }} api-level=${{ matrix.api-level }}
|
- name: Test script=${{ matrix.script }} api-level=${{ matrix.api-level }}
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
|
|
@ -163,6 +164,7 @@ jobs:
|
||||||
target: default
|
target: default
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
|
disk-size: 8G
|
||||||
force-avd-creation: false
|
force-avd-creation: false
|
||||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
disable-animations: true
|
disable-animations: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue