Skip to content

Commit bceab69

Browse files
committed
test(e2e): add reactive-resume ecosystem-ci test case
1 parent 4b497f5 commit bceab69

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ jobs:
265265
vp check --fix
266266
vp run check
267267
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
268275
exclude:
269276
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
270277
- os: windows-latest

ecosystem-ci/repo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,11 @@
7474
"branch": "main",
7575
"hash": "f78dd2b39f5b02242417e0a684b1f2f55d3dbdff",
7676
"forceFreshMigration": true
77+
},
78+
"reactive-resume": {
79+
"repository": "https://github.com/amruthpillai/reactive-resume.git",
80+
"branch": "main",
81+
"hash": "f4e2d05f25539ba64a97368f6e35b33b2a7bed05",
82+
"forceFreshMigration": true
7783
}
7884
}

0 commit comments

Comments
 (0)