From 603de4117fe9c202e0c1144543bf335cf5d06c30 Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 16:56:44 +0100 Subject: [PATCH] check for string --- .circleci/config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d333621..fab16fd 100644 --- a/.circleci/config.yml +++ b/.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: