We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452cd84 commit 7202326Copy full SHA for 7202326
2 files changed
.github/workflows/e2e-test.yml
@@ -250,6 +250,12 @@ jobs:
250
node-version: 24
251
command: |
252
vp test run
253
+ - name: vp-config
254
+ node-version: 22
255
+ command: |
256
+ vp check
257
+ vp pack
258
+ vp test
259
exclude:
260
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
261
- os: windows-latest
ecosystem-ci/repo.json
@@ -60,5 +60,10 @@
60
"branch": "main",
61
"hash": "451925ad7c07750a23de1d6ed454825d0eb14092",
62
"forceFreshMigration": true
63
+ },
64
+ "vp-config": {
65
+ "repository": "https://github.com/kazupon/vp-config.git",
66
+ "branch": "main",
67
+ "hash": "b58c48d71a17c25dec71a003535e6312791ce2aa"
68
}
69
0 commit comments