Skip to content

Commit d7ba5a3

Browse files
committed
fix(ci): handle monorepo mode in non-PR flow
1 parent 6244f3f commit d7ba5a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ci/src/lib/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export async function runInCI(
7575
diffArtifact,
7676
};
7777
}
78+
return { mode: 'monorepo', projects: projectResults };
7879
}
7980

8081
logger.info('Running Code PushUp in standalone project mode');

0 commit comments

Comments
 (0)