Skip to content

Commit fd4f142

Browse files
committed
test(e2e): add waku
1 parent 1c97751 commit fd4f142

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ jobs:
173173
npx playwright install chromium
174174
vite run test
175175
vite run build
176+
- name: waku
177+
node-version: 24
178+
command: |
179+
vite run compile
180+
vite run test:unit
176181
177182
steps:
178183
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

ecosystem-ci/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ frm-stack
55
vue-mini
66
vite-plugin-react
77
vitepress
8-
tanstack-start-helloworld
8+
tanstack-start-helloworld
9+
waku

ecosystem-ci/repo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@
3838
"repository": "https://github.com/fengmk2/tanstack-start-helloworld.git",
3939
"branch": "main",
4040
"hash": "09bafe177bbcd1e3108c441a67601ae6380ad352"
41+
},
42+
"waku": {
43+
"repository": "https://github.com/wakujs/waku.git",
44+
"branch": "main",
45+
"hash": "924f2b994629cdef19a24dcf2aeea703cab6081c"
4146
}
4247
}

0 commit comments

Comments
 (0)