Skip to content

Commit ecee833

Browse files
committed
Don't use teamcity format in CI
It's much harder to read for human
1 parent 301e481 commit ecee833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: mheap/phpunit-matcher-action@v1
7474

7575
- name: Test with PHPUnit
76-
run: ./vendor/bin/phpunit --teamcity --no-coverage -c ./
76+
run: ./vendor/bin/phpunit --no-coverage
7777

7878
php-cs-fixer:
7979
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)