Skip to content

Commit f9cc029

Browse files
committed
test(e2e): add yaak ecosystem-ci test case (#1053)
1 parent d0c6e3c commit f9cc029

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,13 @@ 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+
# FIXME: type-aware lint fails with "Invalid tsconfig" without full Rust/wasm bootstrap
279+
vp lint || true
280+
vp test
274281
exclude:
275282
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
276283
- os: windows-latest
@@ -284,6 +291,10 @@ jobs:
284291
- os: windows-latest
285292
project:
286293
name: vinext
294+
# yaak is a Tauri app with Rust/wasm deps
295+
- os: windows-latest
296+
project:
297+
name: yaak
287298

288299
steps:
289300
- 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)