mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
.github/workflows/emulator: use Pixel Tablet profile...
... for extra screen estate
This commit is contained in:
parent
51158ee84f
commit
319d2a011a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/emulator.yml
vendored
2
.github/workflows/emulator.yml
vendored
|
|
@ -98,6 +98,7 @@ jobs:
|
|||
arch: x86_64
|
||||
api-level: ${{ matrix.api-level }}
|
||||
force-avd-creation: false
|
||||
profile: pixel_tablet
|
||||
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
disable-animations: false
|
||||
script: echo "Generated AVD snapshot for caching."
|
||||
|
|
@ -173,6 +174,7 @@ jobs:
|
|||
arch: x86_64
|
||||
api-level: ${{ matrix.api-level }}
|
||||
force-avd-creation: false
|
||||
profile: pixel_tablet
|
||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
disable-animations: true
|
||||
# https://github.com/ReactiveCircus/android-emulator-runner/issues/385
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue