Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Loading