.github/workflows/emulator: use Pixel Tablet profile...

... for extra screen estate
This commit is contained in:
Alexander Sosedkin 2025-07-21 10:29:02 +02:00
parent 51158ee84f
commit 319d2a011a

View file

@ -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