mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
ci - prep-deps - install latest firefox
This commit is contained in:
parent
9378bc50d2
commit
702d09b557
@ -38,6 +38,10 @@ jobs:
|
|||||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- 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:
|
prep-scss:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8-browsers
|
- image: circleci/node:8-browsers
|
||||||
@ -49,8 +53,6 @@ jobs:
|
|||||||
name: Get Scss Cache key
|
name: Get Scss Cache key
|
||||||
# this allows us to checksum against a whole directory
|
# this allows us to checksum against a whole directory
|
||||||
command: ls -laR ui/app/css/ > scss_checksum
|
command: ls -laR ui/app/css/ > scss_checksum
|
||||||
- restore_cache:
|
|
||||||
key: scss-cache-{{ checksum "scss_checksum" }}
|
|
||||||
- run:
|
- run:
|
||||||
name: Build for integration tests
|
name: Build for integration tests
|
||||||
command: npm run test:integration:build
|
command: npm run test:integration:build
|
||||||
|
Loading…
Reference in New Issue
Block a user