Browse Source

test another indent

main
Galimede 6 years ago
parent
commit
e887839dcf
  1. 12
      .circleci/config.yml

12
.circleci/config.yml

@ -31,12 +31,6 @@ jobs:
test_e2e: test_e2e:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: "localhost"
API_PROTOCOL: "http"
JWT_SECRET: "youwontguess"
- image: circleci/postgres - image: circleci/postgres
environment: environment:
POSTGRES_USER: e2e POSTGRES_USER: e2e
@ -48,6 +42,12 @@ jobs:
key: yarn-packages-v2{{ checksum "yarn.lock" }} key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run: - run:
name: Launching e2e test name: Launching e2e test
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: "localhost"
API_PROTOCOL: "http"
JWT_SECRET: "youwontguess"
command: yarn test:e2e command: yarn test:e2e

Loading…
Cancel
Save