wangdl 14c87ea59f
Some checks failed
Deploy API Server / build-and-unit (push) Successful in 33s
Deploy API Server / current-integration (push) Successful in 30s
Deploy API Server / backward-compat (push) Successful in 17s
Deploy API Server / m-ai-03-synthetic-e2e (push) Failing after 12s
Deploy API Server / deploy (push) Has been skipped
fix: 移除 mysqladmin/redis-cli 宿主机依赖,用 docker start + Prisma migrate 验证
CI 宿主机无 mysqladmin/redis-cli。MySQL/Redis 在 Docker 容器中。
- docker start 启动已有容器
- prisma migrate deploy 验证 MySQL 连接
- Gate E2E assertInfra() TCP 端口探测兜底

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-21 11:19:45 +08:00
..