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

ci - clean - whitespace fix

This commit is contained in:
kumavis 2018-05-18 11:09:07 -07:00
parent 708422432c
commit a78603c218

View File

@ -25,7 +25,7 @@ workflows:
- test-e2e-firefox:
requires:
- prep-deps-npm
- prep-deps-firefox
- prep-deps-firefox
- prep-build
- test-unit:
requires:
@ -181,7 +181,7 @@ jobs:
- store_artifacts:
path: test-artifacts
destination: test-artifacts
test-e2e-firefox:
environment:
browsers: '["Firefox"]'
@ -201,7 +201,7 @@ jobs:
- restore_cache:
key: dependency-cache-{{ .Revision }}
- restore_cache:
key: build-cache-{{ .Revision }}
key: build-cache-{{ .Revision }}
- run:
name: test:e2e:firefox
command: npm run test:e2e:firefox
@ -368,4 +368,3 @@ jobs:
- run:
name: All Tests Passed
command: echo 'weew - everything passed!'