From 83b7b3ef361daa36473099da8fc6feb437ca48c7 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 11 Apr 2019 14:31:58 +1200 Subject: [PATCH] Restore cache pre-test --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56baf7f9..059c6d90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,9 @@ jobs: - image: nikolaik/python-nodejs:python2.7-nodejs11 steps: - checkout + - restore_cache: + keys: + - v1-dependencies-{{ checksum "package.json" }} - run: name: Run tests command: npm run test