Skip to content

Commit 09094c0

Browse files
committed
test(e2e): update dify to latest hash and add forceFreshMigration
Dify has upgraded to vite-plus natively, so forceFreshMigration is now needed. Also adds build:vinext (vinext build) to the test commands.
1 parent 18e1965 commit 09094c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
command: |
247247
vp run type-check:tsgo
248248
vp run build
249+
vp run build:vinext
249250
vp run test navigation-utils.test.ts real-browser-flicker.test.tsx workflow-parallel-limit.test.tsx
250251
- name: viteplus-ws-repro
251252
node-version: 24

ecosystem-ci/repo.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"dify": {
33
"repository": "https://github.com/langgenius/dify.git",
44
"branch": "main",
5-
"hash": "356a156f365a3c762f29303176defb28cbed3710",
6-
"directory": "web"
5+
"hash": "11e17871008f237d725960eafce7d3ecfe239ec4",
6+
"directory": "web",
7+
"forceFreshMigration": true
78
},
89
"skeleton": {
910
"repository": "https://github.com/skeletonlabs/skeleton.git",

0 commit comments

Comments
 (0)