Skip to content

Commit

Permalink
Update Android CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zHd4 committed Nov 19, 2024
1 parent 065dd0b commit d18e700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Add Emulator to PATH
run: echo "${ANDROID_HOME}/emulator" >> $GITHUB_PATH

- name: Set ADB server port
run: export ANDROID_ADB_SERVER_PORT=5038

- name: Create and Start Emulator
run: |
avdmanager create avd -n test -k "system-images;android-30;google_apis;x86" --device "pixel"
Expand Down

0 comments on commit d18e700

Please sign in to comment.