Files
stack/apps
jason.woltjeandClaude Opus 4.6 75766a37b4 fix(test): Skip loading .env.test in CI environments
The .env.test file was being loaded in CI and overriding the CI-provided
DATABASE_URL, causing tests to try connecting to localhost:5432 instead of
the postgres:5432 service.

Fix: Only load .env.test when NOT in CI (check for CI or WOODPECKER env vars).

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-07 21:44:02 -06:00
..