Skip to content
Closed
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
5 changes: 5 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ jobs:
npx playwright install chromium
vite run test
vite run build
- name: waku
node-version: 24
command: |
vite run compile
vite run test:unit

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
3 changes: 2 additions & 1 deletion ecosystem-ci/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ frm-stack
vue-mini
vite-plugin-react
vitepress
tanstack-start-helloworld
tanstack-start-helloworld
waku
5 changes: 5 additions & 0 deletions ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
"repository": "https://github.com/fengmk2/tanstack-start-helloworld.git",
"branch": "main",
"hash": "09bafe177bbcd1e3108c441a67601ae6380ad352"
},
"waku": {
"repository": "https://github.com/wakujs/waku.git",
"branch": "main",
"hash": "924f2b994629cdef19a24dcf2aeea703cab6081c"
}
}
Loading