From 118734411ee38b043f2f14d597532d9ca1813ad4 Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 16:50:27 +0100 Subject: [PATCH] check indent --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 05f15b3..d333621 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,12 +46,12 @@ 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: