Skip to content

Commit 2fdac4b

Browse files
authored
Merge pull request #65 from iMattPro/updates
Add verbose outputs back
2 parents 0e3a172 + 74b2c94 commit 2fdac4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)