mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 12:12:17 +02:00
wip
This commit is contained in:
@ -1579,7 +1579,7 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (! Fingerprint::structuralMatches($fetched->fingerprint(), $current)) {
|
if (! Fingerprint::structuralMatches($fetched->fingerprint(), $current)) {
|
||||||
$this->output->writeln(' <fg=gray> However, fetched baseline still drifts — discarding.</>');
|
$this->output->writeln(' <fg=gray> However, baseline still drifts — discarding.</>');
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -114,8 +114,6 @@ final readonly class BaselineSync
|
|||||||
|
|
||||||
$this->clearCooldown();
|
$this->clearCooldown();
|
||||||
|
|
||||||
$this->renderChildContinuation('Baseline ready');
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -246,7 +244,7 @@ final readonly class BaselineSync
|
|||||||
if (is_file($runCacheDir.DIRECTORY_SEPARATOR.self::GRAPH_ASSET)) {
|
if (is_file($runCacheDir.DIRECTORY_SEPARATOR.self::GRAPH_ASSET)) {
|
||||||
@touch($runCacheDir);
|
@touch($runCacheDir);
|
||||||
|
|
||||||
$this->renderBadge('INFO', sprintf(
|
$this->renderChild(sprintf(
|
||||||
'Using cached baseline from %s (run %s).',
|
'Using cached baseline from %s (run %s).',
|
||||||
$repo,
|
$repo,
|
||||||
$runId,
|
$runId,
|
||||||
|
|||||||
Reference in New Issue
Block a user