File tree 1 file changed +12
-0
lines changed 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
php-version : ' ${{ env.CONSISTENCE_PHP_VERSION }}'
26
26
coverage : ' none'
27
+ -
28
+ name : ' Setup problem matchers for PHP'
29
+ run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
27
30
-
28
31
name : ' Composer install'
29
32
uses : ' ramsey/composer-install@v1'
55
58
with :
56
59
php-version : ' ${{ matrix.php-version }}'
57
60
coverage : ' none'
61
+ -
62
+ name : ' Setup problem matchers for PHP'
63
+ run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
58
64
-
59
65
name : ' Composer install'
60
66
uses : ' ramsey/composer-install@v1'
80
86
php-version : ' ${{ env.CONSISTENCE_PHP_VERSION }}'
81
87
coverage : ' none'
82
88
tools : ' cs2pr'
89
+ -
90
+ name : ' Setup problem matchers for PHP'
91
+ run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
83
92
-
84
93
name : ' Composer install'
85
94
uses : ' ramsey/composer-install@v1'
@@ -114,6 +123,9 @@ jobs:
114
123
with :
115
124
php-version : ' ${{ matrix.php-version }}'
116
125
coverage : ' xdebug'
126
+ -
127
+ name : ' Setup problem matchers for PHP'
128
+ run : ' echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
117
129
-
118
130
name : ' Setup problem matchers for PHPUnit'
119
131
run : ' echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"'
You can’t perform that action at this time.
0 commit comments