Better comment

This commit is contained in:
Markus Staab 2020-01-25 20:42:31 +01:00 committed by GitHub
parent 50e3cfbe0c
commit 94a1d36b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
with:
php-version: 7.2
coverage: none # disable xdebug, pcov
# report phpunit errors into files-changed tab
# report phpunit errors into files-changed PR tab
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
@ -38,7 +38,7 @@ jobs:
with:
php-version: 7.2
coverage: none
# report phpunit errors into files-changed tab
# report phpunit errors into files-changed PR tab
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"