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