Skip to content

Commit 05c7ff7

Browse files
committed
Add problem matchers
1 parent 91a1b2e commit 05c7ff7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php-version }}
3232

33+
- name: Setup problem matchers for PHP
34+
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
35+
36+
- name: Setup problem matchers for PHPUnit
37+
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
38+
3339
- name: Install dependencies
3440
uses: "ramsey/composer-install@v3"
3541
with:
@@ -51,6 +57,9 @@ jobs:
5157
with:
5258
php-version: '8.5'
5359

60+
- name: Setup problem matchers for PHP
61+
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
62+
5463
- name: Validate composer.json and composer.lock
5564
run: composer validate --strict
5665

0 commit comments

Comments
 (0)