@ -2,6 +2,8 @@ globals:
images:
node: &node cimg/node:lts
postgres: &postgres circleci/postgres:9.6.5
caches:
@ -32,6 +34,7 @@ jobs:
- run: yarn test
test-e2e:
<<: *shared-config
docker:
- image: *node
- image: *postgres