We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82a746 commit e3aa0f4Copy full SHA for e3aa0f4
.gitlab/stages/20-unit.yml
@@ -389,9 +389,9 @@ PHP Full:
389
- >
390
for SUITE in $TEST_SUITES; do
391
if [[ $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train" || 0 ]]; then
392
- composer run phpunit -- --testsuite=$SUITE --log-junit phpunit.$SUITE.junit.xml --colors=never;
+ composer run phpunit -- --testsuite=$SUITE --exclude-group legacy --log-junit phpunit.$SUITE.junit.xml --colors=never;
393
else
394
- composer run phpunit -- --testsuite=$SUITE --log-junit phpunit.$SUITE.junit.xml --colors=never || FAILED=1
+ composer run phpunit -- --testsuite=$SUITE --exclude-group legacy --log-junit phpunit.$SUITE.junit.xml --colors=never || FAILED=1
395
fi
396
done
397
- "[[ $FAILED -eq 0 ]]"
0 commit comments