From b5e3cd0258abb41775be6e8e590a6b80828acc2d Mon Sep 17 00:00:00 2001 From: Zelleg Date: Wed, 13 Oct 2021 19:55:13 +0200 Subject: [PATCH] update --- .circleci/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e767ee9..13bfa7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: yarn e2e test environment: - DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb + DATABASE_URL: postgres://postgres:postgres@localhost:5432/psdb command: yarn test:e2e workflows: @@ -64,5 +64,10 @@ workflows: - build - test1: requires: - - build + - build + - test2: + requires: + - build + - test1 +