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

Fix Coveralls CI job (#7008)

This commit is contained in:
Whymarrh Whitby 2019-08-14 10:41:01 -02:30 committed by GitHub
parent f34afee081
commit d3eafc3703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,11 @@ jobs:
- run:
name: test:coverage
command: yarn test:coverage
- persist_to_workspace:
root: .
paths:
- .nyc_output
- coverage
test-mozilla-lint:
docker:
- image: circleci/node:10.16-browsers