Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,15 @@ jobs:
node-version: 24
command: |
vp check --fix
- name: varlet
node-version: 22
command: |
# scripts/bootstrap.mjs spawns `pnpm build` via tinyexec and needs
# pnpm on PATH (not exposed by the vp install itself).
vp i -g pnpm
node scripts/bootstrap.mjs
vp run lint
vp run test:coverage
exclude:
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
- os: windows-latest
Expand All @@ -335,6 +344,10 @@ jobs:
- os: windows-latest
project:
name: npmx.dev
# varlet upstream CI is ubuntu-only
- os: windows-latest
project:
name: varlet

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
6 changes: 6 additions & 0 deletions ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,11 @@
"branch": "main",
"hash": "6192f60653c124ae068efaf5d7d0a4134c95edbd",
"forceFreshMigration": true
},
"varlet": {
"repository": "https://github.com/varletjs/varlet.git",
"branch": "dev",
"hash": "83f6c6a418ab9319e07d719d86d4fa952f99e266",
"forceFreshMigration": true
}
}
Loading