Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 2m27s
問題: runner 是 Docker-in-Docker,-v /opt/api-venv 掛到 host 路徑不存在 修正: - docker-compose.test.yml: 新增 pytest-runner service (python:3.11-slim) 在 compose 網路內跑,hostname=postgres-test 直連,自裝 deps - postgres-test: initdb.d 自動執行 setup_test_schema.sql,省去手動 psql - cd.yaml: 改用 --profile test + --exit-code-from pytest-runner Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>