Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Jul 12, 2024
1 parent 65230c7 commit 4cbabb1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,18 @@ jobs:
run: uptime
- name: IP
run: curl ifconfig.me
- name: printenv
run: printenv
- name: Create AVD and generate snapshot for caching
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
target: google_apis
arch: arm64-v8a
avd-name: macOS-avd-arm64-v8a-google_apis
channel: canary
script: |
set -x
echo "Generated AVD snapshot for caching."
adb devices

0 comments on commit 4cbabb1

Please sign in to comment.