File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ jobs:
347347 phpBB/vendor/bin/phpunit \
348348 --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
349349 --bootstrap ./tests/bootstrap.php \
350+ --display-all-issues \
350351 "${args[@]}"
351352 working-directory : ./phpBB4
352353
@@ -504,6 +505,7 @@ jobs:
504505 phpBB/vendor/bin/phpunit \
505506 --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
506507 --bootstrap ./tests/bootstrap.php \
508+ --display-all-issues \
507509 "${args[@]}"
508510 working-directory : ./phpBB4
509511 # END PostgreSQL Job
@@ -652,6 +654,7 @@ jobs:
652654 phpBB/vendor/bin/phpunit \
653655 --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
654656 --bootstrap ./tests/bootstrap.php \
657+ --display-all-issues \
655658 "${args[@]}"
656659 working-directory : ./phpBB4
657660 # END Other Tests Job
You can’t perform that action at this time.
0 commit comments