Skip to content

Commit

Permalink
Merge d5edcde into 8185f6b
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 25, 2020
2 parents 8185f6b + d5edcde commit 6e376e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
php-version: 7.2
coverage: none # disable xdebug, pcov
# report phpunit errors into files-changed tab
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- run: composer install --no-progress
- run: vendor/bin/phpunit

Expand All @@ -34,6 +38,9 @@ jobs:
with:
php-version: 7.2
coverage: none
# report phpunit errors into files-changed tab
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- run: composer update --no-progress --prefer-lowest
- run: vendor/bin/phpunit

0 comments on commit 6e376e1

Please sign in to comment.