mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-11 05:35:24 +00:00
Set DATABASE_URL in integration tests
This commit is contained in:
parent
072e32da30
commit
b102534136
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ local Integration(db) = {
|
||||||
image: plumeEnv,
|
image: plumeEnv,
|
||||||
environment: {
|
environment: {
|
||||||
BROWSER: "firefox",
|
BROWSER: "firefox",
|
||||||
|
DATABASE_URL: if db == "postgres" then "postgres://plume@start-db/plume" else "plume.db",
|
||||||
},
|
},
|
||||||
commands: [
|
commands: [
|
||||||
// Install the front-end
|
// Install the front-end
|
||||||
|
|
Loading…
Reference in a new issue