File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,6 +156,16 @@ jobs:
156156 # TODO(fengmk2): run all builds and tests after tsdown version upgrade
157157 vite run @vitejs/plugin-rsc#build
158158 vite run @vitejs/plugin-rsc#test
159+ - name : vitepress
160+ node-version : 24
161+ command : |
162+ npx playwright install chromium
163+ vite run format
164+ vite run build
165+ vite test run -r __tests__/unit
166+ vite run tests-e2e#test
167+ VITE_TEST_BUILD=1 vite run tests-e2e#test
168+ vite run tests-init#test
159169
160170 steps :
161171 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 44frm-stack
55vue-mini
66vite-plugin-react
7+ vitepress
Original file line number Diff line number Diff line change 2828 "repository" : " https://github.com/vitejs/vite-plugin-react.git" ,
2929 "branch" : " main" ,
3030 "hash" : " 0d3912b73d3aa1dc8f64619c82b3dacb0769e49e"
31+ },
32+ "vitepress" : {
33+ "repository" : " https://github.com/vuejs/vitepress.git" ,
34+ "branch" : " feat/vite-8" ,
35+ "hash" : " 9330f228861623c71f2598271d4e79c9c53f2c08"
3136 }
3237}
You can’t perform that action at this time.
0 commit comments