breaking: remove POSTGRES prefix env variables in favor of DATABASE prefix (#8672)
This commit is contained in:
1
.github/workflows/test-cli-with-database.yml
vendored
1
.github/workflows/test-cli-with-database.yml
vendored
@@ -8,7 +8,6 @@ jobs:
|
||||
NODE_ENV: CI
|
||||
REDIS_URL: redis://localhost:6379
|
||||
DATABASE_URL: "postgres://postgres:postgres@localhost/cli-test"
|
||||
POSTGRES_URL: "postgres://postgres:postgres@localhost/cli-test"
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
Reference in New Issue
Block a user