From a22e21b2fc61f88ecb3c7a673cbcfe2c2fd1eda5 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:30:40 +0100 Subject: [PATCH] =?UTF-8?q?FIX=20CI=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 477eacc..9e10789 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,6 +26,7 @@ jobs: username: xaela37 image: circleci/node:lts-fermium working_directory: ~/repo + DATABASE_URL: postgres://pguser:pass@localhost:5432/pgdb steps: - checkout - restore_cache: