diff --git a/app/controllers.php b/app/controllers.php index d2194c0..e9f2c21 100644 --- a/app/controllers.php +++ b/app/controllers.php @@ -352,6 +352,7 @@ function ( ->action(function (Runner $runner, Response $response) { $stats = $runner->getStats(); $output = [ + 'status' => 'pass', 'usage' => $stats->getHostUsage(), 'runtimes' => $stats->getContainerUsage(), ];