Skip to content

Commit c460475

Browse files
authored
test(e2e): add reactive-resume ecosystem-ci test case (#1052)
1 parent cc37ea4 commit c460475

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/e2e-test.yml

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

ecosystem-ci/repo.json

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

0 commit comments

Comments
 (0)