Skip to content

Commit

Permalink
fix(ci): handle monorepo mode in non-PR flow
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Oct 18, 2024
1 parent 6244f3f commit d7ba5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ci/src/lib/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export async function runInCI(
diffArtifact,
};
}
return { mode: 'monorepo', projects: projectResults };
}

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

0 comments on commit d7ba5a3

Please sign in to comment.