From 589d060d35c2039d12e43ad6e75f91c0f6f260d1 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 18:06:20 +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 c84b1e2..2a2fabf 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