File tree Expand file tree Collapse file tree 3 files changed +19
-20
lines changed
components/slider/__tests__ Expand file tree Collapse file tree 3 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,15 @@ jobs:
41
41
steps :
42
42
- name : checkout
43
43
uses : actions/checkout@v2
44
- with :
45
- token : ${{ secrets.ACCESS_TOKEN }}
46
-
47
- - name : Checkout submodules
48
- uses : actions/checkout@v2
49
- with :
50
- repository : tangjinzhou/antdv-demo
51
- token : ${{ secrets.ACCESS_TOKEN }}
52
- path : antdv-demo
53
- submodules : true
44
+ # with:
45
+ # token: ${{ secrets.ACCESS_TOKEN }}
46
+ # - name: Checkout submodules
47
+ # uses: actions/checkout@v2
48
+ # with:
49
+ # repository: tangjinzhou/antdv-demo
50
+ # token: ${{ secrets.ACCESS_TOKEN }}
51
+ # path: antdv-demo
52
+ # submodules: true
54
53
55
54
- name : restore cache from package-lock.json
56
55
uses : actions/cache@v1
Original file line number Diff line number Diff line change @@ -97,16 +97,16 @@ jobs:
97
97
steps :
98
98
- name : checkout
99
99
uses : actions/checkout@v2
100
- with :
101
- token : ${{ secrets.ACCESS_TOKEN }}
102
100
103
- - name : Checkout submodules
104
- uses : actions/checkout@v2
105
- with :
106
- repository : tangjinzhou/antdv-demo
107
- token : ${{ secrets.ACCESS_TOKEN }}
108
- path : antdv-demo
109
- submodules : true
101
+ # with:
102
+ # token: ${{ secrets.ACCESS_TOKEN }}
103
+ # - name: Checkout submodules
104
+ # uses: actions/checkout@v2
105
+ # with:
106
+ # repository: tangjinzhou/antdv-demo
107
+ # token: ${{ secrets.ACCESS_TOKEN }}
108
+ # path: antdv-demo
109
+ # submodules: true
110
110
111
111
- name : restore cache from package-lock.json
112
112
uses : actions/cache@v1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ describe('Slider', () => {
19
19
await asyncExpect ( ( ) => {
20
20
expect ( document . body . innerHTML ) . toMatchSnapshot ( ) ;
21
21
wrapper . findAll ( '.ant-slider-handle' ) [ 0 ] . trigger ( 'mouseleave' ) ;
22
- } ) ;
22
+ } , 0 ) ;
23
23
await asyncExpect ( ( ) => {
24
24
expect ( document . body . innerHTML ) . toMatchSnapshot ( ) ;
25
25
} , 0 ) ;
You can’t perform that action at this time.
0 commit comments