Skip to content

Commit 686b7ef

Browse files
Merge branch '10.5' into 11.5
2 parents 1c3982d + 2463cd1 commit 686b7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)