Skip to content

Commit fcf03e9

Browse files
committed
test(e2e): add npmx.dev ecosystem-ci test case
1 parent cf8ae4f commit fcf03e9

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ecosystem-ci/repo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,11 @@
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
}

0 commit comments

Comments
 (0)