Files
awoooi/apps/api
OG T c8b5c994d4
Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 2m27s
fix(ci): B5 整合測試改用 compose pytest-runner service
問題: 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>
2026-04-10 12:58:44 +08:00
..