From a898b9a7f58badb3dbbda3670bb53d16404d1526 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 15:57:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20FIXED=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2ea604..915c84e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,8 @@ jobs: key: dependencies-{{ checksum "package.json" }}-v1 - run: command: yarn test - + environment: + DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer end_to_end: docker: - image: circleci/node:lts-fermium