File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
5151 - name : Start Docker Android Container
5252 run : |
5353 # Pull the Android emulator image
54- docker pull budtmo/docker-android:android-7.1.1
54+ docker pull budtmo/docker-android:emulator_13.0_v2.16.2-p0
5555
5656 # Run the container
5757 docker run -d --name android-container \
5858 -p 4723:4723 -p 6080:6080 -p 5554:5554 -p 5555:5555 \
5959 --privileged \
60- budtmo/docker-android:android-7.1.1
60+ budtmo/docker-android:emulator_13.0_v2.16.2-p0
6161
6262 # Wait for container to fully initialize
6363 echo "Waiting for Android container to initialize..."
@@ -120,7 +120,7 @@ jobs:
120120 adb kill-server
121121 docker stop android-container
122122 docker rm android-container
123- # test
123+
124124 - name : Upload UI test report
125125 if : always()
126126 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments