diff options
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |