Skip to content

Commit 5be569a

Browse files
committed
ci: replace github action with docker
1 parent cfef548 commit 5be569a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)