File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 6767 package-overrides : react@<< parameters.react-version >>
6868 - run :
6969 name : Run tests on JSDOM
70- command : pnpm test:jsdom:coverage
70+ command : pnpm test:jsdom
7171 - store_test_results :
7272 path : test-results
73- - code-infra/upload-coverage :
74- key : << parameters.react-version >>-jsdom
7573 docs_validate :
7674 << : *default-job
7775 steps :
@@ -166,11 +164,9 @@ jobs:
166164 package-overrides : react@<< parameters.react-version >>
167165 - run :
168166 name : Run tests on headless Chromium
169- command : pnpm test:chromium --coverage
167+ command : pnpm test:chromium
170168 - store_test_results :
171169 path : test-results
172- - code-infra/upload-coverage :
173- key : << parameters.react-version >>-browser
174170 test_regressions :
175171 << : *default-job
176172 resource_class : ' medium+'
@@ -234,7 +230,7 @@ jobs:
234230 - build-with-compiler
235231 - run :
236232 name : Run tests on JSDOM
237- command : pnpm test:jsdom:coverage
233+ command : pnpm test:jsdom
238234 environment :
239235 MUI_DISABLE_WORKSPACE_ALIASES : 1
240236 - store_test_results :
@@ -252,7 +248,7 @@ jobs:
252248 - build-with-compiler
253249 - run :
254250 name : Run tests on headless Chromium
255- command : pnpm test:chromium --coverage
251+ command : pnpm test:chromium
256252 environment :
257253 MUI_DISABLE_WORKSPACE_ALIASES : 1
258254 - store_test_results :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments