We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4c9f1 commit 5cb8048Copy full SHA for 5cb8048
2 files changed
.github/workflows/e2e-test.yml
@@ -264,6 +264,13 @@ jobs:
264
vp check --fix
265
vp run check
266
vp run test
267
+ - name: reactive-resume
268
+ node-version: 24
269
+ command: |
270
+ vp fmt
271
+ vp lint --type-aware
272
+ vp build
273
+ vp test
274
exclude:
275
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
276
- os: windows-latest
ecosystem-ci/repo.json
@@ -73,5 +73,11 @@
73
"branch": "main",
74
"hash": "f78dd2b39f5b02242417e0a684b1f2f55d3dbdff",
75
"forceFreshMigration": true
76
+ },
77
+ "reactive-resume": {
78
+ "repository": "https://github.com/amruthpillai/reactive-resume.git",
79
+ "branch": "main",
80
+ "hash": "f4e2d05f25539ba64a97368f6e35b33b2a7bed05",
81
+ "forceFreshMigration": true
82
}
83
0 commit comments