restore no progress bar option

This commit is contained in:
Tomas Votruba 2021-11-02 15:02:15 +01:00
parent 852d2e7ef0
commit f6afff9f24

View File

@ -57,7 +57,7 @@ jobs:
- run: composer install --no-progress --ansi
## First run Rector - here can't be --dry-run !!! it would stop the job with it and not commit anything in the future
- run: bin/rector process ${{ matrix.paths }} --ansi --debug
- run: bin/rector process ${{ matrix.paths }} --ansi --no-progress-bar
- run: vendor/bin/ecs check --fix --ansi