Adds emulator build to hopefully access pixel_fold

Change-Id: I5a01983fb946158e193281b2737f66196943f843
ben/dropshots
Jose Alcérreca 3 months ago
parent 6bcc088ac6
commit 4d3c55f60d

@ -298,6 +298,10 @@ jobs:
- name: Download build-tools;35.0.0-rc4
run: |
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "build-tools;35.0.0-rc4"
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --list_installed
- name: Print debug
run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list
- name: Build projects and run instrumented screenshot tests
id: dropshotsverify
@ -308,6 +312,7 @@ jobs:
arch: x86_64
disable-animations: true
disk-size: 6000M
emulator-build: 11834374 # 34.2.14
heap-size: 600M
profile: ${{ matrix.profile }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none

Loading…
Cancel
Save