We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f2725 commit 4de09ecCopy full SHA for 4de09ec
.github/workflows/ui-tests.yml
@@ -50,10 +50,14 @@ jobs:
50
51
- name: Start Docker Android Container
52
run: |
53
+ # Pull the Android emulator image
54
+ docker pull budtmo/docker-android:android-7.1.1
55
+
56
+ # Run the container
57
docker run -d --name android-container \
58
-p 4723:4723 -p 6080:6080 -p 5554:5554 -p 5555:5555 \
59
--privileged \
- budtmo/docker-android-x86-7.1.1:1.8-p2
60
+ budtmo/docker-android:android-7.1.1
61
62
# Wait for container to fully initialize
63
echo "Waiting for Android container to initialize..."
0 commit comments