From 79011dbc59499d8c2016365578fd955f3f1dcce4 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Fri, 6 Jul 2018 16:33:39 -0400 Subject: [PATCH] Firefox cache working properly --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cde1c546..b1dbac21a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,8 +119,8 @@ jobs: - image: circleci/node:8.11.3-browsers steps: - checkout - # - restore_cache: - # keys: dependency-cache-firefox- + - restore_cache: + keys: dependency-cache-firefox- - run: name: Download Firefox If needed command: ./.circleci/scripts/firefox-download.sh