Merge pull request #80 from owenvoke/feature/problem-matchers

Add problem matcher output to CI
This commit is contained in:
Nuno Maduro
2020-06-12 14:47:45 +02:00
committed by GitHub

View File

@ -40,3 +40,9 @@ jobs:
- name: Integration Tests - name: Integration Tests
run: php bin/pest --colors=always --group=integration 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"