Skip to content

Commit

Permalink
DevKit updates (#7783)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Mar 29, 2022
1 parent e5e7be1 commit e316438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
composer-options: --prefer-dist --prefer-stable

- name: PHPStan
run: vendor/bin/phpstan --memory-limit=1G analyse --error-format=github
run: vendor/bin/phpstan --no-progress --memory-limit=1G analyse --error-format=github
psalm:
name: Psalm

Expand All @@ -61,7 +61,7 @@ jobs:
composer-options: --prefer-dist --prefer-stable

- name: Psalm
run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.1
run: vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.1

rector:
name: Rector
Expand All @@ -86,4 +86,4 @@ jobs:
composer-options: --prefer-dist --prefer-stable

- name: Rector
run: vendor/bin/rector --dry-run
run: vendor/bin/rector --no-progress-bar --dry-run

0 comments on commit e316438

Please sign in to comment.