Mention caveats of the problem matcher

This commit is contained in:
Markus Staab 2020-01-26 09:14:40 +01:00 committed by GitHub
parent e01b2f0bf7
commit 3c1758d353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.