Browse Source

Update config.yml

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

2
.circleci/config.yml

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