Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Mar 28, 2024
1 parent bf1eecc commit e677b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/ArtifactCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ protected function processArtifact(): void {
$error = $exception->getMessage();
}

$this->dumpReport();
$this->logReport();

if ($this->needCleanup) {
$this->cleanup();
Expand Down Expand Up @@ -547,7 +547,7 @@ protected function showInfo(): void {
/**
* Dump artifact report to a file.
*/
protected function dumpReport(): void {
protected function logReport(): void {
$lines[] = '----------------------------------------------------------------------';
$lines[] = ' Artifact report';
$lines[] = '----------------------------------------------------------------------';
Expand Down

0 comments on commit e677b62

Please sign in to comment.