Don't use teamcity format in CI
It's much harder to read for human
This commit is contained in:
parent
301e481fbe
commit
ecee8339c3
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
uses: mheap/phpunit-matcher-action@v1
|
uses: mheap/phpunit-matcher-action@v1
|
||||||
|
|
||||||
- name: Test with PHPUnit
|
- name: Test with PHPUnit
|
||||||
run: ./vendor/bin/phpunit --teamcity --no-coverage -c ./
|
run: ./vendor/bin/phpunit --no-coverage
|
||||||
|
|
||||||
php-cs-fixer:
|
php-cs-fixer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue