We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c97751 commit 819b70bCopy full SHA for 819b70b
1 file changed
.github/workflows/e2e-test.yml
@@ -152,11 +152,18 @@ jobs:
152
- name: vite-plugin-react
153
node-version: 22
154
command: |
155
+ npx playwright install chromium
156
vite run format
157
vite run lint -- --fix
- # 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
164
vite run @vitejs/plugin-rsc#build
165
vite run @vitejs/plugin-rsc#test
166
+ vite run @vitejs/plugin-rsc#test-e2e-ci
167
- name: vitepress
168
node-version: 24
169
0 commit comments