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 +