Browse Source

Update config.yml

main
Julien Dudek 6 years ago
parent
commit
5e709ef434
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -52,11 +52,6 @@ jobs:
e2e: e2e:
docker: docker:
- image: "circleci/postgres:9.6.2-alpine" - image: "circleci/postgres:9.6.2-alpine"
environment:
PG_USER: julien_dudek
PG_DB: testdb
PG_PASSWORD: unpass
- image: "circleci/node:12" - image: "circleci/node:12"
steps: steps:
- checkout - checkout
@ -65,7 +60,7 @@ jobs:
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:
DATABASE_URL: postgres://$PG_USER:$PG_PASSWORD@localhost:5432/$PG_DB
DATABASE_URL: postgres://julien_dudek:pass@localhost:5432/testdb
JWT_SECRET: m1iii JWT_SECRET: m1iii
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost

Loading…
Cancel
Save