Debug CI
This commit is contained in:
parent
fae42cb001
commit
0e8101c9e4
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
image: node:latest
|
||||
|
||||
services:
|
||||
- postgres:latest
|
||||
|
||||
variables:
|
||||
NODE_ENV: "ci"
|
||||
POSTGRES_DB: "postgres"
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"ci": {
|
||||
"username": "postgres",
|
||||
"password": "",
|
||||
"password": "postgres",
|
||||
"database": "postgres",
|
||||
"host": "postgres",
|
||||
"dialect": "postgres",
|
||||
|
|
Loading…
Reference in a new issue