diff options
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files 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 |