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 @@ -278,6 +278,13 @@ jobs:
# FIXME: type-aware lint fails with "Invalid tsconfig" without full Rust/wasm bootstrap
vp lint || true
vp test
- name: npmx.dev
node-version: 24
command: |
vp fmt
vp run lint
vp run test:types
vp test --project unit
exclude:
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
- os: windows-latest
Expand All @@ -295,6 +302,10 @@ jobs:
- os: windows-latest
project:
name: yaak
# npmx.dev is a Nuxt app, ubuntu-only for now
- os: windows-latest
project:
name: npmx.dev

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 @@ -85,5 +85,11 @@
"branch": "main",
"hash": "b4a1c418bb3f923858dd55729f585e189327a038",
"forceFreshMigration": true
},
"npmx.dev": {
"repository": "https://github.com/npmx-dev/npmx.dev.git",
"branch": "main",
"hash": "230b7c7ddb6bb8551ce797144f0ce0f047ff8d7d",
"forceFreshMigration": true
}
}
Loading