File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 50
50
- attach_workspace :
51
51
at : .
52
52
- run :
53
- name : Test with compatibility checks
54
- command : yarn test:compat
53
+ command : yarn test
55
54
- persist_to_workspace :
56
55
root : .
57
56
paths :
Original file line number Diff line number Diff line change 22
22
"test:components" : " jest src/Async.spec.js --collectCoverageFrom=src/Async.js" ,
23
23
"test:examples" : " CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false" ,
24
24
"test:chromatic" : " chromatic --app-code iiua39bmt0j --build-script-name build:storybook --exit-zero-on-changes" ,
25
- "ci" : " yarn lint && yarn test:compat && yarn test:examples" ,
25
+ "ci" : " yarn lint && yarn test && yarn test:examples" ,
26
26
"build:packages" : " lerna run --scope 'react-async*' build" ,
27
27
"build:examples" : " lerna run --scope '*-example' build" ,
28
28
"build:storybook" : " build-storybook -o storybook" ,
You can’t perform that action at this time.
0 commit comments