We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52fc38 commit eb4fabbCopy full SHA for eb4fabb
.github/workflows/ci.yml
@@ -46,3 +46,20 @@ jobs:
46
- run: pnpm -C examples/vue-ssr-extra build
47
- run: pnpm -C examples/vue-ssr-extra test-e2e-preview
48
- 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
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