Skip to content

Commit

Permalink
[php] disable php-cs progress bar output
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 12, 2024
1 parent 196b6c6 commit c5949f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run tests
working-directory: php
run: |
vendor/bin/php-cs-fixer --dry-run --diff fix
vendor/bin/php-cs-fixer --show-progress=none --dry-run --diff fix
vendor/bin/psalm --no-cache
vendor/bin/phpunit
Expand Down

0 comments on commit c5949f0

Please sign in to comment.