We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16d5b2 commit 8bc4c3eCopy full SHA for 8bc4c3e
.github/workflows/continuous-integration.yml
@@ -65,5 +65,8 @@ jobs:
65
- name: "Validate composer.json"
66
run: "composer validate"
67
68
+ - name: Setup problem matchers for PHPUnit
69
+ run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
70
+
71
- name: "Run tests"
72
run: "composer test"
0 commit comments