Skip to content

Commit 4ea56a0

Browse files
authored
Update verify-build.yml
1 parent 0a0b9e1 commit 4ea56a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Start mock-xconf service
112112
run: |
113-
docker run -d --name mockxconf -p 50050:50050 -p 50051:50051 -p 50052:50052 -p 50053:50053 -p 50054:50054 -p 50056:50056 -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME localhost:5000/mockxconf:latest
113+
docker run -d --name mockxconf -p 50050:50050 -p 50051:50051 -p 50052:50052 -p 50053:50053 -p 50054:50054 -p 50056:50056 -p 50057:50057 -p 50058:50058 -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME localhost:5000/mockxconf:latest
114114
115115
- name: Start native-platform service
116116
run: |

0 commit comments

Comments
 (0)