From 27b9c6e30b0e2a9dd56f865a38ab65b0d6a06163 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:13:20 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 777f8c5..85e4b6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,6 +71,6 @@ jobs: - npm-v2-dependencies- - run: name: "yarn test" - command: yarn test:e2e + command: yarn test environment: DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres \ No newline at end of file