ci: refs #8581 change spec parallel
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-13 09:51:00 +01:00
parent 7c29e19939
commit 79873aeb1a
1 changed files with 2 additions and 2 deletions

View File

@ -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
'