You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -250,6 +258,10 @@ public function addOutput(int $exitCode): int
250
258
$suffix,
251
259
));
252
260
261
+
if (self::$shardsOutdated) {
262
+
$this->output->writeln(' <fg=yellow;options=bold>WARN</> <fg=default>The [tests/.pest/shards.json] file is out of date. Run [--update-shards] to update it.</>');
0 commit comments