We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25e041 commit 85a7dabCopy full SHA for 85a7dab
projects/optic/src/commands/run.ts
@@ -609,6 +609,13 @@ export const getRunAction =
609
610
await flushEvents();
611
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
+
619
if (exit1) {
620
logger.info(
621
'Exiting with code 1 as errors were found. Disable this behaviour with the `--severity none` option.'
0 commit comments