File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,18 @@ jobs:
152152 - name : vite-plugin-react
153153 node-version : 22
154154 command : |
155+ npx playwright install chromium
155156 vite run format
156157 vite run lint -- --fix
157- # TODO(fengmk2): run all builds and tests after tsdown version upgrade
158+ # TODO(fengmk2): use `vite-task` to run all builds and tests after nested task support
159+ vite run @vitejs/plugin-react#build
160+ vite run @vitejs/plugin-react#test-unit
161+ vite run @vitejs/plugin-react-oxc#build
162+ vite run @vitejs/plugin-react-swc#build
163+ vite run @vitejs/plugin-react-swc#test
158164 vite run @vitejs/plugin-rsc#build
159165 vite run @vitejs/plugin-rsc#test
166+ vite run @vitejs/plugin-rsc#test-e2e-ci
160167
161168 steps :
162169 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments