Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
27b9c6e30b
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -71,6 +71,6 @@ jobs:
- npm-v2-dependencies-
- run:
name: "yarn test"
command: yarn test:e2e
command: yarn test
environment:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
Loading…
Cancel
Save