fix(cd): B5 測試先清除殘留 pg-test-b5 container
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m25s

This commit is contained in:
OG T
2026-04-10 20:52:18 +08:00
parent 527ce9faaf
commit 5d45499d12

View File

@@ -141,6 +141,7 @@ jobs:
fi
# 啟動測試 DB — 用 container IP 直連,避免 DinD port mapping 問題
# 2026-04-10 Claude Sonnet 4.6: -p 15433:5432 在 act runner 內 localhost 不通
docker rm -f pg-test-b5 2>/dev/null || true
docker run -d --name pg-test-b5 \
-e POSTGRES_DB=awoooi_test \
-e POSTGRES_USER=awoooi \