Skip to content

Commit 2821d19

Browse files
fengmk2Brooooooklyn
authored andcommitted
test(e2e): add yaak ecosystem-ci test case
1 parent d0c6e3c commit 2821d19

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ jobs:
271271
vp lint --type-aware
272272
vp build
273273
vp test
274+
- name: yaak
275+
node-version: 24
276+
command: |
277+
vp fmt --ignore-path .oxfmtignore
278+
vp lint
279+
vp test
274280
exclude:
275281
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
276282
- os: windows-latest
@@ -284,6 +290,10 @@ jobs:
284290
- os: windows-latest
285291
project:
286292
name: vinext
293+
# yaak is a Tauri app with Rust/wasm deps
294+
- os: windows-latest
295+
project:
296+
name: yaak
287297

288298
steps:
289299
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

ecosystem-ci/repo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,11 @@
7979
"branch": "main",
8080
"hash": "f4e2d05f25539ba64a97368f6e35b33b2a7bed05",
8181
"forceFreshMigration": true
82+
},
83+
"yaak": {
84+
"repository": "https://github.com/mountain-loop/yaak.git",
85+
"branch": "main",
86+
"hash": "b4a1c418bb3f923858dd55729f585e189327a038",
87+
"forceFreshMigration": true
8288
}
8389
}

0 commit comments

Comments
 (0)