From 66e4c3b86e783acb7f48f3a204a1093eb9d58cfc Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 13 Mar 2025 09:42: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 8ef26bcde..b5edf2215 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -8,7 +8,7 @@ xargs -P "$1" -I {} sh -c ' echo "🔷 {}" && xvfb-run -a cypress run \ --headless \ - --spec "{}" \ + --spec "[test/cypress/integration/invoiceIn/*Descriptor.vue]" \ --quiet \ > /dev/null '