Commit 6c39b57
fix CI e2e tests: prevent .env.test from overriding DATABASE_URL
dotenv config() overrides env vars by default, which replaces the
CI DATABASE_URL with the local one. Added override: false so CI
environment variables take precedence over .env.test values.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ee91d0c commit 6c39b57
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments