Ci Firefox

This commit is contained in:
Thomas 2018-05-02 10:24:50 -07:00
parent 5e688f0781
commit 5ae2b683b2
1 changed files with 1 additions and 5 deletions

View File

@ -185,12 +185,8 @@ jobs:
&& sudo ln -s /opt/firefox58/firefox /usr/bin/firefox
- restore_cache:
key: dependency-cache-{{ .Revision }}
- run:
name: Get Scss Cache key
# this allows us to checksum against a whole directory
command: find ui/app/css -type f -exec md5sum {} \; | sort -k 2 > scss_checksum
- restore_cache:
key: scss-cache-{{ checksum "scss_checksum" }}
key: build-cache-{{ .Revision }}
- run:
name: test:e2e:firefox
command: npm run test:e2e:firefox