Skip to content

Commit

Permalink
attempt to install AVD on large empty partition exposed by diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 6, 2024
1 parent 027c1cf commit c09ecab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,14 @@ jobs:
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
pre-emulator-launch-script: |
sudo mkdir /mnt/avd
sudo chown $USER:$USER /mnt/avd
mkdir -p $HOME/.android
ln -s $HOME/.android/avd /mnt/avd
df -kh
ls -lat /home/runner/.android/avd
cat /home/runner/.android/avd/TestingAVD.avd/config.ini
script: |
cat /home/runner/.android/avd/TestingAVD.avd/config.ini
$ANDROID_HOME/platform-tools/adb devices
nohup sh -c "$ANDROID_HOME/platform-tools/adb logcat '*:D' > adb-log.txt" &
yarn tests:android:test-cover
Expand Down

0 comments on commit c09ecab

Please sign in to comment.