We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ac77b commit c91b810Copy full SHA for c91b810
1 file changed
.github/workflows/e2e-test.yml
@@ -154,9 +154,15 @@ jobs:
154
command: |
155
vite run format
156
vite run lint -- --fix
157
- # 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
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
163
vite run @vitejs/plugin-rsc#build
164
vite run @vitejs/plugin-rsc#test
165
+ vite run @vitejs/plugin-rsc#test-e2e-ci
166
167
steps:
168
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments