From 124205fa9a21345ae250abe948d383aeea790416 Mon Sep 17 00:00:00 2001 From: Louis Dutoit Date: Tue, 3 Nov 2020 15:18:48 +0100 Subject: [PATCH] e2e test --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5573264..16289b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,9 +51,11 @@ jobs: POSTGRES_PASSWORD: password steps: - checkout + - run: yarn global add node-gyp && yarn install - restore_cache: keys: - - npm-v6-dependencies-{{ checksum "yarn.lock" }} + - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - run: yarn test:e2e workflows: