File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 run : php ./tools/composer install --no-ansi --no-interaction --no-progress
176176
177177 - name : Run tests with PHPUnit
178- run : php ./phpunit --testsuite unit --order-by depends,random
178+ run : php ./phpunit --testsuite unit --order-by depends,random --display-all-issues
179179
180180 end-to-end-tests :
181181 name : End-to-End Tests
@@ -234,7 +234,7 @@ jobs:
234234 run : php ./tools/composer install --no-ansi --no-interaction --no-progress
235235
236236 - name : Run tests with PHPUnit
237- run : php ./phpunit --testsuite end-to-end --order-by depends,random
237+ run : php ./phpunit --testsuite end-to-end --order-by depends,random --display-all-issues
238238
239239 code-coverage :
240240 name : Code Coverage
You can’t perform that action at this time.
0 commit comments