diff --git a/packages/ci/src/lib/run.ts b/packages/ci/src/lib/run.ts index 1af847d87..bba1c4da7 100644 --- a/packages/ci/src/lib/run.ts +++ b/packages/ci/src/lib/run.ts @@ -75,6 +75,7 @@ export async function runInCI( diffArtifact, }; } + return { mode: 'monorepo', projects: projectResults }; } logger.info('Running Code PushUp in standalone project mode');