Skip to content

Commit eb4fabb

Browse files
committed
ci: split ecosystem ci suite
1 parent f52fc38 commit eb4fabb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,20 @@ jobs:
4646
- run: pnpm -C examples/vue-ssr-extra build
4747
- run: pnpm -C examples/vue-ssr-extra test-e2e-preview
4848
- run: pnpm -C examples/vue-ssr-extra tsc
49+
50+
ecosystem-ci:
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v4
54+
- uses: actions/setup-node@v4
55+
with:
56+
node-version: 20
57+
- uses: oven-sh/setup-bun@v2
58+
with:
59+
bun-version: 1.1.29
60+
- run: npm i -g corepack@latest
61+
- run: corepack enable
62+
- run: pnpm i
63+
- run: pnpm run vite-ecosystem-ci:build
64+
- run: pnpm run vite-ecosystem-ci:before-test
65+
- run: pnpm run vite-ecosystem-ci:test

0 commit comments

Comments
 (0)