Skip to content

Commit

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

- name: Check docker
run: docker -v
- name: Check Java
run: java -version

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

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

0 comments on commit ef3c73e

Please sign in to comment.