Skip to content

Commit 4de09ec

Browse files
committed
ci: replace github action with docker
1 parent c8f2725 commit 4de09ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ jobs:
5050
5151
- name: Start Docker Android Container
5252
run: |
53+
# Pull the Android emulator image
54+
docker pull budtmo/docker-android:android-7.1.1
55+
56+
# Run the container
5357
docker run -d --name android-container \
5458
-p 4723:4723 -p 6080:6080 -p 5554:5554 -p 5555:5555 \
5559
--privileged \
56-
budtmo/docker-android-x86-7.1.1:1.8-p2
60+
budtmo/docker-android:android-7.1.1
5761
5862
# Wait for container to fully initialize
5963
echo "Waiting for Android container to initialize..."

0 commit comments

Comments
 (0)