Skip to content

Commit

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

- name: Check Java
run: java -version

- name: List avdmanager
run: $ANDROID_HOME/tools/bin/avdmanager list
run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list

# - name: Boot emulator
# run: | # TODO
Expand Down

0 comments on commit c30fca0

Please sign in to comment.