Add problem matcher output to CI

This commit is contained in:
Owen Voke
2020-06-12 13:37:17 +01:00
parent 518b056fb9
commit 52ba5dbd00

View File

@ -40,3 +40,9 @@ jobs:
- name: Integration Tests
run: php bin/pest --colors=always --group=integration
- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
- name: Setup problem matchers for Pest
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"