Skip to content

Commit 8bc4c3e

Browse files
committed
ci: include problem matcher for phpunit
1 parent c16d5b2 commit 8bc4c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@ jobs:
6565
- name: "Validate composer.json"
6666
run: "composer validate"
6767

68+
- name: Setup problem matchers for PHPUnit
69+
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
70+
6871
- name: "Run tests"
6972
run: "composer test"

0 commit comments

Comments
 (0)