File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,13 @@ jobs:
278278 # FIXME: type-aware lint fails with "Invalid tsconfig" without full Rust/wasm bootstrap
279279 vp lint || true
280280 vp test
281+ - name : npmx.dev
282+ node-version : 24
283+ command : |
284+ vp fmt
285+ vp run lint
286+ vp run test:types
287+ vp test --project unit
281288 exclude :
282289 # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
283290 - os : windows-latest
@@ -295,6 +302,10 @@ jobs:
295302 - os : windows-latest
296303 project :
297304 name : yaak
305+ # npmx.dev is a Nuxt app, ubuntu-only for now
306+ - os : windows-latest
307+ project :
308+ name : npmx.dev
298309
299310 steps :
300311 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change 8585 "branch" : " main" ,
8686 "hash" : " b4a1c418bb3f923858dd55729f585e189327a038" ,
8787 "forceFreshMigration" : true
88+ },
89+ "npmx.dev" : {
90+ "repository" : " https://github.com/npmx-dev/npmx.dev.git" ,
91+ "branch" : " main" ,
92+ "hash" : " 230b7c7ddb6bb8551ce797144f0ce0f047ff8d7d" ,
93+ "forceFreshMigration" : true
8894 }
8995}
You can’t perform that action at this time.
0 commit comments