Skip to content

Commit 1f437be

Browse files
committed
fix: 修复pg测试检查服务名书写错误
1 parent ba8f287 commit 1f437be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
cd ruoyi-fastapi-test
130130
# Wait for backend to be running
131-
timeout 180 bash -c 'until docker compose -f docker-compose.test.pg.yml ps ruoyi-backend-my | grep -q "Up"; do sleep 5; done'
131+
timeout 180 bash -c 'until docker compose -f docker-compose.test.pg.yml ps ruoyi-backend-pg | grep -q "Up"; do sleep 5; done'
132132
# Wait for frontend to be running
133133
timeout 120 bash -c 'until docker compose -f docker-compose.test.pg.yml ps ruoyi-frontend | grep -q "Up"; do sleep 5; done'
134134
# Additional wait for services to be fully ready and listening on ports

0 commit comments

Comments
 (0)