Skip to content

Commit

Permalink
one day we'll get there...
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 14, 2024
1 parent 9ad3eae commit a43459f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
mkdir -p $HOME/lib/android/sdk
echo "ANDROID_HOME=$HOME/lib/android/sdk" >> $GITHUB_ENV
echo "ANDROID_SDK_HOME=$HOME/lib/android/sdk" >> $GITHUB_ENV
echo "ANDROID_AVD_HOME=$SDK_CONFIG_HOME/.android/sdk" >> $GITHUB_ENV
- name: Install Maestro
run: curl -Ls 'https://get.maestro.mobile.dev' | bash
Expand Down Expand Up @@ -73,9 +75,11 @@ jobs:
- name: Create virtual device
run: |
pwd
echo no | avdmanager create avd --force --name emu --device "pixel_8" -k 'system-images;android-34;google_apis;arm64-v8a' --path "$HOME/.android/avd/emu.avd"
echo no | avdmanager create avd --force --name emu --device "pixel_8" -k 'system-images;android-34;google_apis;arm64-v8a'
avdmanager list avd
ls -al $HOME/.android/avd
ls -al $ANDROID_AVD_HOME
ls -al $ANDROID_SDK_HOME/avd
echo "Emulator version:"
$ANDROID_HOME/emulator/emulator @emu -version
echo "Hardware acceleration:"
Expand Down

0 comments on commit a43459f

Please sign in to comment.