Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,18 @@ jobs:
- name: vite-plugin-react
node-version: 22
command: |
npx playwright install chromium
vite run format
vite run lint -- --fix
# TODO(fengmk2): run all builds and tests after tsdown version upgrade
# TODO(fengmk2): use `vite-task` to run all builds and tests after nested task support
vite run @vitejs/plugin-react#build
vite run @vitejs/plugin-react#test-unit
vite run @vitejs/plugin-react-oxc#build
vite run @vitejs/plugin-react-swc#build
vite run @vitejs/plugin-react-swc#test
vite run @vitejs/plugin-rsc#build
vite run @vitejs/plugin-rsc#test
vite run @vitejs/plugin-rsc#test-e2e-ci
- name: vitepress
node-version: 24
command: |
Expand Down
Loading