Set DATABASE_URL in integration tests
This commit is contained in:
parent
072e32da30
commit
b102534136
@ -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 New Issue
Block a user