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
10 changes: 10 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ jobs:
vite run type-check:tsgo
vite run build
vite run test navigation-utils.test.ts real-browser-flicker.test.tsx workflow-parallel-limit.test.tsx
- name: happy-dom
node-version: 24
command: |
vite run compile
vite run lint
vite run test
exclude:
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
- os: windows-latest
Expand All @@ -245,6 +251,10 @@ jobs:
- os: windows-latest
project:
name: dify
# happy-dom only runs on Linux
- os: windows-latest
project:
name: happy-dom

steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Expand Down
5 changes: 5 additions & 0 deletions ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"repository": "https://github.com/itaymendel/oxlint-plugin-complexity.git",
"branch": "main",
"hash": "0db2fd94497ca21952ba0a000a8ce81fd4854e36"
},
"happy-dom": {
"repository": "https://github.com/capricorn86/happy-dom.git",
"branch": "master",
"hash": "aa2dbb813416e54c4b34c77e3834952cdcc8dd6d"
}
}