Skip to content

Commit ad05305

Browse files
committed
Merge branch '2.3'
2 parents 1486af8 + f727d59 commit ad05305

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ jobs:
142142
name: Run PHPUnit tests
143143
command: |-
144144
mkdir -p build/logs/tmp build/cov
145-
circleci tests glob "tests/**/*Test.php" | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
146-
phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage-{_}.cov --log-junit build/logs/tmp/{_}.xml --colors=always {}
145+
phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage.cov --log-junit build/logs/tmp/coverage.xml --colors=always
147146
- run:
148147
name: Merge PHPUnit test reports
149148
command: |-

0 commit comments

Comments
 (0)