Added missing step

This commit is contained in:
Bruno Barbieri 2018-07-06 17:32:06 -04:00 committed by GitHub
parent 8de2b3b1b0
commit 573659c863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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