From 79873aeb1abbea161629228c07e57db1e59fca21 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 13 Mar 2025 09:51:00 +0100 Subject: [PATCH] ci: refs #8581 change spec parallel --- test/cypress/cypressParallel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index 6330e1346..5801349cf 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' \ -mindepth 1 \ -maxdepth 1 \ -type d | \ @@ -8,7 +8,7 @@ xargs -P "$1" -I {} sh -c ' echo "🔷 {}" && xvfb-run -a cypress run \ --headless \ - --spec "[test/cypress/integration/*Descriptor.spec.js]" \ + --spec "[test/cypress/integration/invoiceIn/*Descriptor.spec.js]" \ --quiet \ > /dev/null '