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- - npm-v2-dependencies-
- run: - run:
name: "yarn test" name: "yarn test"
command: yarn test:e2e
command: yarn test
environment: environment:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
Loading…
Cancel
Save