Skip to content

Commit

Permalink
Fix Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 22, 2018
1 parent 815a504 commit 1ae503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: Run PHPUnit tests
command: |-
mkdir -p build/logs/tmp build/cov
find tests -name '*Test.php' | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
find tests -name '*Test.php' | parallel -j10% --rpl '{_} s/\//_/g;' \
phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage-{_}.cov --log-junit build/logs/tmp/{_}.xml --colors=always {}
- run:
name: Merge PHPUnit test reports
Expand Down

0 comments on commit 1ae503f

Please sign in to comment.