@ -20,6 +20,11 @@ workflows:
- lint
- test
- endtoend
filters:
branches:
only:
- main
@ -90,7 +95,6 @@ jobs:
- checkout
- restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
- run: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: yarn test:e2e