From 573659c863995d91035aee55407b5edc8851443d Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Fri, 6 Jul 2018 17:32:06 -0400 Subject: [PATCH] Added missing step --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e03a20ec..7063f3113 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -232,6 +232,8 @@ jobs: command: ./.circleci/scripts/firefox-install.sh - restore_cache: key: dependency-cache-{{ checksum "package-lock.json" }} + - restore_cache: + key: build-cache-{{ .Revision }} - run: name: test:e2e:firefox command: npm run test:e2e:firefox