From ae1c8b854f634f76b6cfe6d46f1eda50319e2995 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Fri, 6 Jul 2018 17:13:54 -0400 Subject: Firefox tests fix --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit