Browse Source

last commit

main
abouhanifa 6 years ago
parent
commit
198b93d22a
  1. 3
      circleci/config.yml

3
circleci/config.yml

@ -51,7 +51,7 @@ jobs:
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:
DATABASE_URL: postgres://julien_dudek:unpass@localhost:5432/testdb
DATABASE_URL: postgres://abdallah_2020:password@localhost:5432/testci
JWT_SECRET: m1iii JWT_SECRET: m1iii
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost
@ -88,3 +88,4 @@ workflows:
- doc: - doc:
requires: requires:
- build - build
Loading…
Cancel
Save