Skip to content

Commit 1ee2cce

Browse files
committed
Fix gh action
1 parent 7ce4f27 commit 1ee2cce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
php-version: ${{ matrix.php-versions }}
3737
extensions: curl,json,mbstring,uopz
38-
coverage: xdebug
39-
pecl: true
38+
coverage: pcov
39+
tools: pecl
4040

4141
- name: Get Composer Cache Directory
4242
id: composer-cache
@@ -58,6 +58,9 @@ jobs:
5858
- name: Run test suite
5959
run: composer run-script test
6060

61+
- name: Setup Problem Matchers for PHPUnit
62+
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
63+
6164
- name: Upload coverage result
6265
uses: actions/upload-artifact@v1
6366
with:

0 commit comments

Comments
 (0)