@ -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