From 7c29e199390e363ef94f7175822ff106c989ee9c Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 13 Mar 2025 09:49:24 +0100 Subject: [PATCH] ci: refs #8581 change spec parallel --- test/cypress/cypressParallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index 591c4aa2b..6330e1346 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -1,6 +1,6 @@ #!/bin/bash -find 'test/cypress/integration/invoiceIn/**' \ +find 'test/cypress/integration/invoiceIn/' \ -mindepth 1 \ -maxdepth 1 \ -type d | \