Skip to content

Commit

Permalink
chore: install sdk image
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Apr 15, 2024
1 parent a4deff2 commit fd20d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# git lfs install --force
# git lfs pull

- name: Install SDK image
run: $ANDROID_HOME/sdkmanager --install 'system-images;android-34;google_apis;arm64-v8a'

- name: Create AVD
run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n emulator_ci -k 'system-images;android-34;google_apis;arm64-v8a' -d 'pixel_7'

Expand Down

0 comments on commit fd20d8b

Please sign in to comment.