Francois Lannoy 6 years ago
parent
commit
36eccc4273
  1. 13
      .circleci/config.yml

13
.circleci/config.yml

@ -49,6 +49,12 @@ jobs:
POSTGRES_USER: e2e POSTGRES_USER: e2e
POSTGRES_DB: psdb POSTGRES_DB: psdb
POSTGRES_PASSWORD: test POSTGRES_PASSWORD: test
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: yeet
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -59,9 +65,4 @@ jobs:
- run: - run:
name: Launching e2e test name: Launching e2e test
command: yarn test:e2e command: yarn test:e2e
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: yeet
Loading…
Cancel
Save