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