Skip to content

Commit

Permalink
chore: create and boot avd
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Apr 15, 2024
1 parent c30fca0 commit a4deff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
# git lfs install --force
# git lfs pull

- name: List avdmanager
run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list
- 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'

# - name: Boot emulator
# run: | # TODO
- name: Boot AVD
run: $ANDROID_HOME/emulator/emulator -avd emulator_ci

# - name: Install pm2
# run: npm install pm2@latest -g
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
emulator_ci: {
type: 'android.emulator',
device: {
avdName: 'Pixel_7_API_31',
avdName: 'emulator_ci',
},
},
},
Expand Down

0 comments on commit a4deff2

Please sign in to comment.