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: