Skip to content

Commit

Permalink
Merge 94a1d36 into b8fd9db
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 25, 2020
2 parents b8fd9db + 94a1d36 commit 2b504a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 PR 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 PR 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
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
verbose="true"
>
<php>
<const name="RECTOR_REPOSITORY" value="true"/>
Expand Down

0 comments on commit 2b504a5

Please sign in to comment.