Skip to content

Commit d77ed50

Browse files
committed
test(e2e): add yaak ecosystem-ci test case
1 parent bceab69 commit d77ed50

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
@@ -272,6 +272,12 @@ jobs:
272272
vp lint --type-aware
273273
vp build
274274
vp test
275+
- name: yaak
276+
node-version: 24
277+
command: |
278+
vp fmt --ignore-path .oxfmtignore
279+
vp lint
280+
vp test
275281
exclude:
276282
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
277283
- os: windows-latest
@@ -285,6 +291,10 @@ jobs:
285291
- os: windows-latest
286292
project:
287293
name: vinext
294+
# yaak is a Tauri app with Rust/wasm deps
295+
- os: windows-latest
296+
project:
297+
name: yaak
288298

289299
steps:
290300
- 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
@@ -80,5 +80,11 @@
8080
"branch": "main",
8181
"hash": "f4e2d05f25539ba64a97368f6e35b33b2a7bed05",
8282
"forceFreshMigration": true
83+
},
84+
"yaak": {
85+
"repository": "https://github.com/mountain-loop/yaak.git",
86+
"branch": "main",
87+
"hash": "b4a1c418bb3f923858dd55729f585e189327a038",
88+
"forceFreshMigration": true
8389
}
8490
}

0 commit comments

Comments
 (0)