File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -61,34 +61,20 @@ jobs:
61
61
test :
62
62
needs : [install-cache-deps]
63
63
runs-on : ubuntu-latest
64
- name : Test React 18
64
+ name : Test
65
65
steps :
66
66
- name : Checkout
67
67
uses : actions/checkout@v3
68
68
69
69
- name : Setup Node.js and deps
70
70
uses : ./.github/actions/setup-deps
71
71
72
- - name : Test React 18
72
+ - name : Test
73
73
run : yarn test:ci
74
74
75
75
- name : Upload coverage to Codecov
76
76
uses : codecov/codecov-action@v3
77
77
78
- test-react-17 :
79
- needs : [install-cache-deps]
80
- runs-on : ubuntu-latest
81
- name : Test React 17
82
- steps :
83
- - name : Checkout
84
- uses : actions/checkout@v3
85
-
86
- - name : Setup Node.js and deps
87
- uses : ./.github/actions/setup-deps
88
-
89
- - name : Test React 17
90
- run : yarn test:ci:react:17
91
-
92
78
test-website :
93
79
runs-on : ubuntu-latest
94
80
name : Test Website
Original file line number Diff line number Diff line change 78
78
"clean" : " del build" ,
79
79
"test" : " jest" ,
80
80
"test:ci" : " jest --maxWorkers=2 --collectCoverage=true --coverage-provider=v8" ,
81
- "test:ci: react: 17" : " scripts/test_react_17" ,
81
+ "test:react- 17" : " scripts/test_react_17" ,
82
82
"typecheck" : " tsc" ,
83
83
"flow" : " flow" ,
84
84
"copy-flowtypes" : " cp typings/index.flow.js build" ,
You can’t perform that action at this time.
0 commit comments