|
|
@ -119,8 +119,8 @@ jobs: |
|
|
|
- image: circleci/node:8.11.3-browsers |
|
|
|
- image: circleci/node:8.11.3-browsers |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
# - restore_cache: |
|
|
|
- restore_cache: |
|
|
|
# keys: dependency-cache-firefox- |
|
|
|
keys: dependency-cache-firefox- |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Download Firefox If needed |
|
|
|
name: Download Firefox If needed |
|
|
|
command: ./.circleci/scripts/firefox-download.sh |
|
|
|
command: ./.circleci/scripts/firefox-download.sh |
|
|
|