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 @@ -337,6 +337,7 @@ jobs:
337337 phpBB/vendor/bin/phpunit \
338338 --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
339339 --bootstrap ./tests/bootstrap.php \
340+ --display-all-issues \
340341 "${args[@]}"
341342 working-directory : ./phpBB4
342343
@@ -494,6 +495,7 @@ jobs:
494495 phpBB/vendor/bin/phpunit \
495496 --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
496497 --bootstrap ./tests/bootstrap.php \
498+ --display-all-issues \
497499 "${args[@]}"
498500 working-directory : ./phpBB4
499501 # END PostgreSQL Job
@@ -642,6 +644,7 @@ jobs:
642644 phpBB/vendor/bin/phpunit \
643645 --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
644646 --bootstrap ./tests/bootstrap.php \
647+ --display-all-issues \
645648 "${args[@]}"
646649 working-directory : ./phpBB4
647650 # END Other Tests Job
You can’t perform that action at this time.
0 commit comments