Browse Source

last-commit

main
abouhanifa 6 years ago
parent
commit
ae7fcf1181
  1. 4
      circleci/config.yml

4
circleci/config.yml

@ -41,7 +41,7 @@ jobs:
- image: "circleci/node:12"
- image: "circleci/postgres:9.6.2-alpine"
environment:
POSTGRES_USER: abdallah_2020
POSTGRES_USER: abdallah2020
POSTGRES_DB: testci
POSTGRES_PASSWORD: password
steps:
@ -51,7 +51,7 @@ jobs:
- run:
command: yarn test:e2e
environment:
DATABASE_URL: postgres://abdallah_2020:password@localhost:5432/testci
DATABASE_URL: postgres://abdallah2020:password@localhost:5432/testci
JWT_SECRET: m1iii
API_PORT: 3000
API_HOST: localhost

Loading…
Cancel
Save