Skip to content

Commit c91b810

Browse files
committed
test(e2e): enable more vite-plugin-react tests
1 parent e1ac77b commit c91b810

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/e2e-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,15 @@ jobs:
154154
command: |
155155
vite run format
156156
vite run lint -- --fix
157-
# TODO(fengmk2): run all builds and tests after tsdown version upgrade
157+
# TODO(fengmk2): use `vite-task` to run all builds and tests after nested task support
158+
vite run @vitejs/plugin-react#build
159+
vite run @vitejs/plugin-react#test-unit
160+
vite run @vitejs/plugin-react-oxc#build
161+
vite run @vitejs/plugin-react-swc#build
162+
vite run @vitejs/plugin-react-swc#test
158163
vite run @vitejs/plugin-rsc#build
159164
vite run @vitejs/plugin-rsc#test
165+
vite run @vitejs/plugin-rsc#test-e2e-ci
160166
161167
steps:
162168
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)