Commit 7ed72ff
committed
fix(ci): add explicit DATABASE_URL override step after secrets injection
The secrets injection step writes DATABASE_URL to GITHUB_ENV which takes
precedence over job-level env vars. Added an explicit step to re-set
DATABASE_URL to the test container URL after secrets are injected.1 parent 3538d46 commit 7ed72ff
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
294 | 298 | | |
295 | 299 | | |
296 | 300 | | |
| |||
0 commit comments