ci: refs #8581 change spec parallel
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
7c29e19939
commit
79873aeb1a
|
@ -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
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue