From 867c376bfe16244438481d805aa16daf2cc7addc Mon Sep 17 00:00:00 2001 From: Darshan Date: Sat, 17 May 2025 19:21:54 +0530 Subject: [PATCH] fix: status --- app/controllers.php | 1 + 1 file changed, 1 insertion(+) 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(), ];