diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 9cfa99d437..5b7ed292ec 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -264,6 +264,13 @@ jobs: vp check --fix vp run check vp run test + - name: reactive-resume + node-version: 24 + command: | + vp fmt + vp lint --type-aware + vp build + vp test exclude: # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows - os: windows-latest diff --git a/ecosystem-ci/repo.json b/ecosystem-ci/repo.json index f9d95dcba8..ef6c20127b 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -73,5 +73,11 @@ "branch": "main", "hash": "f78dd2b39f5b02242417e0a684b1f2f55d3dbdff", "forceFreshMigration": true + }, + "reactive-resume": { + "repository": "https://github.com/amruthpillai/reactive-resume.git", + "branch": "main", + "hash": "f4e2d05f25539ba64a97368f6e35b33b2a7bed05", + "forceFreshMigration": true } }