[ci] show rector ci fail (#4280)

* [ci] show rector ci fail

* try --dry-run removal

* [rector] try --dry-run removal

Co-authored-by: rector-bot <tomas@getrector.org>
This commit is contained in:
Tomas Votruba 2020-09-23 13:29:42 +02:00 committed by GitHub
parent 7aad4bbf2f
commit c43f611d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,8 @@ jobs:
- run: composer install --no-progress --ansi
## First run Rector
- run: bin/rector process --config rector-ci.php --dry-run --ansi --no-progress-bar
## First run Rector - here can't be --dry-run !!! it would stop the job with it and not commit anyhting in the future
- run: bin/rector process --config rector-ci.php --ansi --no-progress-bar
-
name: Check for Rector modified files