Skip to content

Commit 9bea80c

Browse files
committed
test(e2e): add waku
1 parent c8a1c10 commit 9bea80c

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ jobs:
156156
# TODO(fengmk2): run all builds and tests after tsdown version upgrade
157157
vite run @vitejs/plugin-rsc#build
158158
vite run @vitejs/plugin-rsc#test
159+
- name: waku
160+
node-version: 24
161+
command: |
162+
vite run compile
163+
vite run test:unit
159164
160165
steps:
161166
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

ecosystem-ci/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ rollipop
44
frm-stack
55
vue-mini
66
vite-plugin-react
7+
waku

ecosystem-ci/repo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
"repository": "https://github.com/vitejs/vite-plugin-react.git",
2929
"branch": "main",
3030
"hash": "0d3912b73d3aa1dc8f64619c82b3dacb0769e49e"
31+
},
32+
"waku": {
33+
"repository": "https://github.com/wakujs/waku.git",
34+
"branch": "main",
35+
"hash": "924f2b994629cdef19a24dcf2aeea703cab6081c"
3136
}
3237
}

0 commit comments

Comments
 (0)