Don't use teamcity format in CI

It's much harder to read for human
This commit is contained in:
Adrien Crivelli 2022-09-15 19:10:04 +02:00
parent 301e481fbe
commit ecee8339c3
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 1 additions and 1 deletions

View File

@ -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