Skip to content

Commit b081b6a

Browse files
authored
Merge pull request #60 from iMattPro/fix
Revert display all issues on all tests
2 parents f6c261d + 71ebf7e commit b081b6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ 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 \
341340
"${args[@]}"
342341
working-directory: ./phpBB4
343342

@@ -495,7 +494,6 @@ jobs:
495494
phpBB/vendor/bin/phpunit \
496495
--configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
497496
--bootstrap ./tests/bootstrap.php \
498-
--display-all-issues \
499497
"${args[@]}"
500498
working-directory: ./phpBB4
501499
# END PostgreSQL Job
@@ -644,7 +642,6 @@ jobs:
644642
phpBB/vendor/bin/phpunit \
645643
--configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
646644
--bootstrap ./tests/bootstrap.php \
647-
--display-all-issues \
648645
"${args[@]}"
649646
working-directory: ./phpBB4
650647
# END Other Tests Job

0 commit comments

Comments
 (0)