From 5848a8f87788c61d20c32cd1506c250ec4ff1c27 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 25 Oct 2021 10:13:44 +0200 Subject: [PATCH] :green_heart: Add working dir for e2e tests --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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