diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index a9cdf2d11b..9bfd7415fc 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -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 @@ -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 diff --git a/ecosystem-ci/repo.json b/ecosystem-ci/repo.json index aebdab93bb..796c5658a2 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -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 } }