File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5050 - attach_workspace :
5151 at : .
5252 - run :
53- name : Test with compatibility checks
54- command : yarn test:compat
53+ command : yarn test
5554 - persist_to_workspace :
5655 root : .
5756 paths :
Original file line number Diff line number Diff line change 2222 "test:components" : " jest src/Async.spec.js --collectCoverageFrom=src/Async.js" ,
2323 "test:examples" : " CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false" ,
2424 "test:chromatic" : " chromatic --app-code iiua39bmt0j --build-script-name build:storybook" ,
25- "ci" : " yarn lint && yarn test:compat && yarn test:examples" ,
25+ "ci" : " yarn lint && yarn test && yarn test:examples" ,
2626 "build:packages" : " lerna run --scope 'react-async*' build" ,
2727 "build:examples" : " lerna run --scope '*-example' build" ,
2828 "build:storybook" : " build-storybook -o storybook" ,
You can’t perform that action at this time.
0 commit comments