Skip to content

Commit

Permalink
chore: debug sdk home
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Apr 15, 2024
1 parent b284390 commit 3a8c3b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
# git lfs pull

- name: List emulators
run: $ANDROID_HOME/emulator/emulator -list-avds
run: |
ls -al $ANDROID_HOME
ls -al $ANDROID_HOME/emulator
# - name: Boot emulator
# run: | # TODO
Expand Down

0 comments on commit 3a8c3b7

Please sign in to comment.