File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
66
env :
67
67
PGPASSWORD : postgres
68
68
69
- - run : composer phpunit
69
+ - run : composer phpunit -- --colors=always
Original file line number Diff line number Diff line change 87
87
# ignore php8.2 requirement error https://github.com/sebastianbergmann/phpunit/issues/5033
88
88
composer-options : " --prefer-dist --no-progress --ignore-platform-req=php+"
89
89
90
- - name : Configure matchers
91
- uses : mheap/phpunit -matcher-action@v1
90
+ - name : Setup Problem Matchers for PHPUnit
91
+ run : echo "::add -matcher::${{ runner.tool_cache }}/phpunit.json"
92
92
93
93
- name : Lint
94
94
run : php vendor/bin/parallel-lint --colors src tests
97
97
run : |
98
98
mysql -uroot -h127.0.0.1 -proot < tests/schema.sql
99
99
100
- - run : composer phpunit -- --teamcity
100
+ - run : composer phpunit -- --colors=always
101
101
102
102
replay :
103
103
name : PHPUnit (reflection replay)
@@ -135,7 +135,7 @@ jobs:
135
135
# ignore php8.2 requirement error https://github.com/sebastianbergmann/phpunit/issues/5033
136
136
composer-options : " --prefer-dist --no-progress --ignore-platform-req=php+"
137
137
138
- - name : Configure matchers
139
- uses : mheap/phpunit -matcher-action@v1
138
+ - name : Setup Problem Matchers for PHPUnit
139
+ run : echo "::add -matcher::${{ runner.tool_cache }}/phpunit.json"
140
140
141
- - run : composer phpunit -- --teamcity
141
+ - run : composer phpunit -- --colors=always
You can’t perform that action at this time.
0 commit comments