Skip to content

Commit 867c376

Browse files
authored
fix: status
1 parent 56a71a7 commit 867c376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ function (
352352
->action(function (Runner $runner, Response $response) {
353353
$stats = $runner->getStats();
354354
$output = [
355+
'status' => 'pass',
355356
'usage' => $stats->getHostUsage(),
356357
'runtimes' => $stats->getContainerUsage(),
357358
];

0 commit comments

Comments
 (0)