From 777c3d5d66d52203545ecb48f7620801909b5bbd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 3 Sep 2024 09:27:25 +1000 Subject: [PATCH] Fixes for tests --- tests/ci | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ci b/tests/ci index d53e6b65e9de..d1239bc97089 100755 --- a/tests/ci +++ b/tests/ci @@ -28,10 +28,10 @@ $tests = \Illuminate\Support\Str::of($process->getOutput()) )) ->filter(fn (string $test) => !empty($test)) // Make sure there are no empty lines ->unique() // We only need unique classes - ->split(10) - ->get(1); - // ->split((int) getenv('CI_NODE_TOTAL')) // Split it into equally sized chunks - // ->get((int) getenv('CI_NODE_INDEX')); // Get the index we need for this instance + // ->split(10) + // ->get(1); + ->split((int) getenv('CI_NODE_TOTAL')) // Split it into equally sized chunks + ->get((int) getenv('CI_NODE_INDEX')); // Get the index we need for this instance /** * Run phpunit with a filter: