Skip to content

Commit 0c4c919

Browse files
committed
test(e2e): add waku
1 parent 1f9d9f8 commit 0c4c919

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
@@ -167,6 +167,11 @@ jobs:
167167
vite run tests-e2e#test
168168
VITE_TEST_BUILD=1 vite run tests-e2e#test
169169
vite run tests-init#test
170+
- name: waku
171+
node-version: 24
172+
command: |
173+
vite run compile
174+
vite run test:unit
170175
171176
steps:
172177
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

ecosystem-ci/.gitignore

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

ecosystem-ci/repo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"repository": "https://github.com/vuejs/vitepress.git",
3434
"branch": "feat/vite-8",
3535
"hash": "9330f228861623c71f2598271d4e79c9c53f2c08"
36+
},
37+
"waku": {
38+
"repository": "https://github.com/wakujs/waku.git",
39+
"branch": "main",
40+
"hash": "924f2b994629cdef19a24dcf2aeea703cab6081c"
3641
}
3742
}

0 commit comments

Comments
 (0)