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

ci - prep-deps - install latest firefox

This commit is contained in:
kumavis 2018-03-09 14:27:27 -08:00
parent 9378bc50d2
commit 702d09b557

View File

@ -38,6 +38,10 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- node_modules
- run:
name: Install Firefox
command: sudo apt-get install firefox; firefox_cmd=`which firefox`; sudo rm -f $firefox_cmd; sudo ln -s `which firefox.ubuntu` $firefox_cmd
prep-scss:
docker:
- image: circleci/node:8-browsers
@ -49,8 +53,6 @@ jobs:
name: Get Scss Cache key
# this allows us to checksum against a whole directory
command: ls -laR ui/app/css/ > scss_checksum
- restore_cache:
key: scss-cache-{{ checksum "scss_checksum" }}
- run:
name: Build for integration tests
command: npm run test:integration:build