From e887839dcf6efe2f933b8993730b2ffa9c8b51f6 Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 17:15:07 +0100 Subject: [PATCH] test another indent --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c602962..dfb6da9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,12 +31,6 @@ jobs: test_e2e: docker: - 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 environment: POSTGRES_USER: e2e @@ -48,6 +42,12 @@ jobs: key: yarn-packages-v2{{ checksum "yarn.lock" }} - run: 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