From 24b63c4da02befc3a9fc0f16c30e57e916d89416 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 13 Mar 2025 09:46:14 +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 ece574d66..591c4aa2b 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -1,6 +1,6 @@ #!/bin/bash -find 'test/cypress/integration/invoiceIn/*Descriptor.spec.js' \ +find 'test/cypress/integration/invoiceIn/**' \ -mindepth 1 \ -maxdepth 1 \ -type d | \