Skip to content
Draft
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
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ jobs:
command: |
vp run type-check:tsgo
vp run build
vp run build:vinext
vp run test navigation-utils.test.ts real-browser-flicker.test.tsx workflow-parallel-limit.test.tsx
- name: viteplus-ws-repro
node-version: 24
Expand Down
5 changes: 3 additions & 2 deletions ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"dify": {
"repository": "https://github.com/langgenius/dify.git",
"branch": "main",
"hash": "356a156f365a3c762f29303176defb28cbed3710",
"directory": "web"
"hash": "11e17871008f237d725960eafce7d3ecfe239ec4",
"directory": "web",
"forceFreshMigration": true
},
"skeleton": {
"repository": "https://github.com/skeletonlabs/skeleton.git",
Expand Down
Loading