1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Firefox tests fix

This commit is contained in:
Bruno Barbieri 2018-07-06 17:13:54 -04:00 committed by GitHub
parent 104c4674da
commit ae1c8b854f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,8 @@ jobs:
- run:
name: Install firefox
command: ./.circleci/scripts/firefox-install.sh
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: test:e2e:firefox
command: npm run test:e2e:firefox