Skip to content

Commit

Permalink
Fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Feb 4, 2020
1 parent 7ce4f27 commit 1ee2cce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: curl,json,mbstring,uopz
coverage: xdebug
pecl: true
coverage: pcov
tools: pecl

- name: Get Composer Cache Directory
id: composer-cache
Expand All @@ -58,6 +58,9 @@ jobs:
- name: Run test suite
run: composer run-script test

- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Upload coverage result
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 1ee2cce

Please sign in to comment.