diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 5b7ed292ec..a9cdf2d11b 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -271,6 +271,13 @@ jobs: vp lint --type-aware vp build vp test + - name: yaak + node-version: 24 + command: | + vp fmt --ignore-path .oxfmtignore + # FIXME: type-aware lint fails with "Invalid tsconfig" without full Rust/wasm bootstrap + vp lint || true + vp test exclude: # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows - os: windows-latest @@ -284,6 +291,10 @@ jobs: - os: windows-latest project: name: vinext + # yaak is a Tauri app with Rust/wasm deps + - os: windows-latest + project: + name: yaak steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/ecosystem-ci/repo.json b/ecosystem-ci/repo.json index ef6c20127b..aebdab93bb 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -79,5 +79,11 @@ "branch": "main", "hash": "f4e2d05f25539ba64a97368f6e35b33b2a7bed05", "forceFreshMigration": true + }, + "yaak": { + "repository": "https://github.com/mountain-loop/yaak.git", + "branch": "main", + "hash": "b4a1c418bb3f923858dd55729f585e189327a038", + "forceFreshMigration": true } }