File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -214,13 +214,13 @@ commands:
214214 JEST_JUNIT_OUTPUT : ' /tmp/test-results/js-test-results.xml'
215215 - store_test_results : *store_test_results
216216 - store_artifacts : *store_artifacts
217- test_visual_regressions :
218- description : " Test Chromatic with 'yarn chromatic'"
219- steps :
220- - restore_cache : *restore_deps_cache
221- - attach_workspace : *attach_deps_workspace
222- - run :
223- command : yarn chromatic
217+ # test_visual_regressions:
218+ # description: "Test Chromatic with 'yarn chromatic'"
219+ # steps:
220+ # - restore_cache: *restore_deps_cache
221+ # - attach_workspace: *attach_deps_workspace
222+ # - run:
223+ # command: yarn chromatic
224224 test_jest :
225225 description : ' Test with `yarn test`'
226226 steps :
You can’t perform that action at this time.
0 commit comments