We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0331cef commit a40472cCopy full SHA for a40472c
2 files changed
.github/workflows/e2e-test.yml
@@ -229,6 +229,12 @@ jobs:
229
vp run lint
230
vp run test:run
231
npx tsc --noEmit
232
+ - name: vite-vue-vercel
233
+ node-version: 24
234
+ command: |
235
+ npx playwright install chromium
236
+ vp run test
237
+ vp run build
238
- name: dify
239
node-version: 24
240
directory: web
ecosystem-ci/repo.json
@@ -49,5 +49,10 @@
49
"repository": "https://github.com/itaymendel/oxlint-plugin-complexity.git",
50
"branch": "main",
51
"hash": "0db2fd94497ca21952ba0a000a8ce81fd4854e36"
52
+ },
53
+ "vite-vue-vercel": {
54
+ "repository": "https://github.com/fengmk2/vite-vue-vercel.git",
55
+ "branch": "main",
56
+ "hash": "f2bf9fc40880c6a80f5d89bff70641c2eeaf77ef"
57
}
58
0 commit comments