From 94a1d36b2502d6659b482bd8952833abda3e58c1 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 25 Jan 2020 20:42:31 +0100 Subject: [PATCH] Better comment --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c1673825ea6..820b1d88c36 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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"