Skip to content

Commit

Permalink
DEBUG: Why is the emulator config missing?
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Nov 21, 2024
1 parent 4bbdcce commit 44414f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
--package "$ANDROID_OS_IMAGE" \
--name "MyAVD"
ls -l ~/.android/avd/
ls -l ~/.android/avd/MyAVD.avd
cat << EOF >> ~/.android/avd/MyAVD.avd/config.ini
hw.cpu.ncore=2
hw.gpu.enabled=yes
Expand Down

0 comments on commit 44414f3

Please sign in to comment.