diff --git a/.circleci/config.yml b/.circleci/config.yml index 777f8c5..85e4b6b 100644 --- a/.circleci/config.yml +++ b/.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 \ No newline at end of file