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

This commit is contained in:
Jorge Penadés 2025-03-13 09:42:24 +01:00
parent 1261c053ad
commit 66e4c3b86e
1 changed files with 1 additions and 1 deletions

View File

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