We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6768466 commit 437cd62Copy full SHA for 437cd62
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
<<: *defaults
67
steps:
68
- attach_workspace: *attach_options
69
- - run: npm run test -- --code-coverage --full
+ - run: npm run test -- --full
70
71
test-large:
72
@@ -75,7 +75,7 @@ jobs:
75
76
77
- run: npm run webdriver-update-circleci
78
- - run: npm run test-large -- --code-coverage --full --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
+ - run: npm run test-large -- --full --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
79
80
e2e-cli:
81
0 commit comments