Skip to content

Commit 7202326

Browse files
committed
test: add @kazupon/vp-config repo to ecosystem-ci
1 parent 452cd84 commit 7202326

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ jobs:
250250
node-version: 24
251251
command: |
252252
vp test run
253+
- name: vp-config
254+
node-version: 22
255+
command: |
256+
vp check
257+
vp pack
258+
vp test
253259
exclude:
254260
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
255261
- os: windows-latest

ecosystem-ci/repo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,10 @@
6060
"branch": "main",
6161
"hash": "451925ad7c07750a23de1d6ed454825d0eb14092",
6262
"forceFreshMigration": true
63+
},
64+
"vp-config": {
65+
"repository": "https://github.com/kazupon/vp-config.git",
66+
"branch": "main",
67+
"hash": "b58c48d71a17c25dec71a003535e6312791ce2aa"
6368
}
6469
}

0 commit comments

Comments
 (0)