Isolate CI/deploy tests from production DATABASE_URL #24

Merged
westfarn merged 1 commits from fix/ci-isolated-test-db into master 2026-07-14 05:00:01 -07:00
1 Commits
Author SHA1 Message Date
westfarn 629d337380 Isolate CI/deploy tests from host/prod DATABASE_URL.
CI / test (pull_request) Successful in 3s
Unit Tests / test (pull_request) Successful in 3s
Compose was interpolating ${DATABASE_URL} from the Act runner, so containerized tests could hit shared Postgres. Use COMPOSE_DATABASE_URL, an ephemeral compose project with down -v, and clear DB env in unit-test workflows.
2026-07-14 06:55:30 -05:00