diff --git a/.circleci/config.yml b/.circleci/config.yml index 298d6c7..2ee4ce4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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