From fd4f142120c6ad6f5a8d6c4c8b1ad8a90dea3a50 Mon Sep 17 00:00:00 2001 From: MK Date: Fri, 26 Dec 2025 15:25:18 +0800 Subject: [PATCH] test(e2e): add waku --- .github/workflows/e2e-test.yml | 5 +++++ ecosystem-ci/.gitignore | 3 ++- ecosystem-ci/repo.json | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 611d99e667..d71c1d6dfd 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -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 diff --git a/ecosystem-ci/.gitignore b/ecosystem-ci/.gitignore index ffc0cdb016..87327d6b17 100644 --- a/ecosystem-ci/.gitignore +++ b/ecosystem-ci/.gitignore @@ -5,4 +5,5 @@ frm-stack vue-mini vite-plugin-react vitepress -tanstack-start-helloworld \ No newline at end of file +tanstack-start-helloworld +waku diff --git a/ecosystem-ci/repo.json b/ecosystem-ci/repo.json index 666757a590..a3e2340fcb 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -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" } }