Browse Source

check for string

main
Galimede 6 years ago
parent
commit
603de4117f
  1. 13
      .circleci/config.yml

13
.circleci/config.yml

@ -46,12 +46,13 @@ jobs:
- run:
name: Launching e2e test
command: yarn test:e2e
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: youwontguess
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: "localhost"
API_PROTOCOL: "http"
JWT_SECRET: "youwontguess"
workflows:
build_and_test:
jobs:

Loading…
Cancel
Save