Skip to content

Commit 85a7dab

Browse files
add setup CI tip
1 parent d25e041 commit 85a7dab

File tree

1 file changed

+7
-0
lines changed
  • projects/optic/src/commands

1 file changed

+7
-0
lines changed

projects/optic/src/commands/run.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,13 @@ export const getRunAction =
609609

610610
await flushEvents();
611611

612+
if (!config.isInCi) {
613+
logger.info('');
614+
logger.info(
615+
`🤖 Don't forget to add Optic to your CI flow: https://www.useoptic.com/docs/setup-ci`
616+
);
617+
}
618+
612619
if (exit1) {
613620
logger.info(
614621
'Exiting with code 1 as errors were found. Disable this behaviour with the `--severity none` option.'

0 commit comments

Comments
 (0)