From 6e362333db6762757b19397259aef55c3c7f5e8b Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Thu, 26 Jul 2018 17:54:28 +0200 Subject: [PATCH] test: fix cypress cache --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ce27ab85c..a4d8d4f60e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,6 +23,7 @@ jobs: paths: - node_modules - ~/.cache/yarn + - ~/.cache/Cypress key: v1-dependencies-{{ checksum "yarn.lock" }} # run tests!