File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,6 +277,13 @@ jobs:
277277 vp fmt --ignore-path .oxfmtignore
278278 vp lint
279279 vp test
280+ - name : npmx.dev
281+ node-version : 24
282+ command : |
283+ vp fmt
284+ vp run lint
285+ vp run test:types
286+ vp test --project unit
280287 exclude :
281288 # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
282289 - os : windows-latest
@@ -294,6 +301,10 @@ jobs:
294301 - os : windows-latest
295302 project :
296303 name : yaak
304+ # npmx.dev is a Nuxt app, ubuntu-only for now
305+ - os : windows-latest
306+ project :
307+ name : npmx.dev
297308
298309 steps :
299310 - 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