From b996f17e5843b2450cc860dcfaea9857b58d4218 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:14:57 +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 85e4b6b..777f8c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,6 +71,6 @@ jobs: - npm-v2-dependencies- - run: name: "yarn test" - command: yarn test + command: yarn test:e2e environment: DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres \ No newline at end of file