Browse Source

update

main
Zelleg 5 years ago
parent
commit
b5e3cd0258
  1. 7
      .circleci/config.yml

7
.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:
@ -65,4 +65,9 @@ workflows:
- test1:
requires:
- build
- test2:
requires:
- build
- test1
Loading…
Cancel
Save