Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ jobs:
# TODO(fengmk2): run all builds and tests after tsdown version upgrade
vite run @vitejs/plugin-rsc#build
vite run @vitejs/plugin-rsc#test
- name: vitepress
node-version: 24
command: |
npx playwright install chromium
vite run format
vite run build
vite test run -r __tests__/unit
vite run tests-e2e#test
VITE_TEST_BUILD=1 vite run tests-e2e#test
vite run tests-init#test

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
1 change: 1 addition & 0 deletions ecosystem-ci/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ rollipop
frm-stack
vue-mini
vite-plugin-react
vitepress
5 changes: 5 additions & 0 deletions ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
"repository": "https://github.com/vitejs/vite-plugin-react.git",
"branch": "main",
"hash": "0d3912b73d3aa1dc8f64619c82b3dacb0769e49e"
},
"vitepress": {
"repository": "https://github.com/vuejs/vitepress.git",
"branch": "feat/vite-8",
"hash": "9330f228861623c71f2598271d4e79c9c53f2c08"
}
}
Loading