From 4ee05312f17a69324690efe566dcf7bbeaac0b2b Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 18:42:23 +0100 Subject: [PATCH] e2e --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d9f5efd..3928ae7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,14 +44,14 @@ jobs: e2e: docker: - image: cimg/node:14.10.1 - environment: + environment DATABASE_URL:postgres://psqluer:psqlpassword@localhost:5432/psdb JWT_SECRET:keke API_PORT:3000 API_HOST:localhost API_PROTOCOL:http - image: circleci/postgres:9.6.2-alpine - environment: + environment POSTGRE_USER:keke POSTGRE_DB:mydb POSTGRE_PASSWORD:keke