diff --git a/.circleci/config.yml b/.circleci/config.yml index 1be0341..78005d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,9 +59,6 @@ jobs: POSTGRES_PASSWORD: test step: - checkout - - restore_cache: - key: yarn-packages-v2{{ checksum "yarn.lock" }} - - run: dockerize -wait tcp://localhost:5432 -timeout 1m - - run: yarn test:e2e + \ No newline at end of file