aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4e7fd3b18..0c341a99a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -230,6 +230,8 @@ jobs:
- run:
name: Install firefox
command: ./.circleci/scripts/firefox-install.sh
+ - restore_cache:
+ key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: test:e2e:firefox
command: npm run test:e2e:firefox