From f2154f70235c10bc61acd26012d37aecf25e2d14 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 15 Sep 2025 14:45:10 -0700 Subject: [PATCH] Add display all issues flags --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 17f0422..f401cf0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -337,6 +337,7 @@ jobs: phpBB/vendor/bin/phpunit \ --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \ --bootstrap ./tests/bootstrap.php \ + --display-all-issues \ "${args[@]}" working-directory: ./phpBB4 @@ -494,6 +495,7 @@ jobs: phpBB/vendor/bin/phpunit \ --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \ --bootstrap ./tests/bootstrap.php \ + --display-all-issues \ "${args[@]}" working-directory: ./phpBB4 # END PostgreSQL Job @@ -642,6 +644,7 @@ jobs: phpBB/vendor/bin/phpunit \ --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \ --bootstrap ./tests/bootstrap.php \ + --display-all-issues \ "${args[@]}" working-directory: ./phpBB4 # END Other Tests Job