From 3c1758d353043a28bd4895b18793b63604688737 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 26 Jan 2020 09:14:40 +0100 Subject: [PATCH] Mention caveats of the problem matcher --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88214902..10cfaf84 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,8 @@ You can setup problem matchers for your `PHPUnit` output. This will scan the err run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" ``` +_Make sure phpunit does not run int `verbose` mode, because the problem matcher would otherwise report skipped and flaky tests as errors._ + ### Examples Examples for setting up this GitHub Action with different PHP Frameworks/Packages.