Browse Source

update

main
Zelleg 5 years ago
parent
commit
7961e3ff40
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -54,7 +54,7 @@ jobs:
- run: - run:
name: yarn e2e test name: yarn e2e test
environment: environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
DATABASE_URL: postgres://postgres:postgres@localhost:5432/psdb
command: yarn test:e2e command: yarn test:e2e
workflows: workflows:

Loading…
Cancel
Save