Set DATABASE_URL in integration tests

This commit is contained in:
Ana Gelez 2020-08-10 13:03:33 +02:00
parent 072e32da30
commit b102534136

View File

@ -151,6 +151,7 @@ local Integration(db) = {
image: plumeEnv,
environment: {
BROWSER: "firefox",
DATABASE_URL: if db == "postgres" then "postgres://plume@start-db/plume" else "plume.db",
},
commands: [
// Install the front-end