Skip to content

Commit 4f22251

Browse files
committed
test(e2e): add npmx.dev ecosystem-ci test case (voidzero-dev#1054)
1 parent f9cc029 commit 4f22251

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/e2e-test.yml

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

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)