mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix Coveralls CI job (#7008)
This commit is contained in:
parent
f34afee081
commit
d3eafc3703
@ -260,6 +260,11 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: test:coverage
|
name: test:coverage
|
||||||
command: yarn test:coverage
|
command: yarn test:coverage
|
||||||
|
- persist_to_workspace:
|
||||||
|
root: .
|
||||||
|
paths:
|
||||||
|
- .nyc_output
|
||||||
|
- coverage
|
||||||
test-mozilla-lint:
|
test-mozilla-lint:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:10.16-browsers
|
- image: circleci/node:10.16-browsers
|
||||||
|
Loading…
Reference in New Issue
Block a user