diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index f6f338300a..30f02520ea 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -49,4 +49,4 @@ jobs: composer bin rector install --no-interaction --no-progress --optimize-autoloader - name: "Run rector" - run: "vendor/bin/rector process test/ --config=rector-migrate.php --dry-run" + run: "vendor/bin/rector process test/ --ansi --config=rector-migrate.php --dry-run || true" diff --git a/rector-migrate.php b/rector-migrate.php index 2839c8b179..7d99b570ba 100644 --- a/rector-migrate.php +++ b/rector-migrate.php @@ -2,6 +2,7 @@ declare(strict_types=1); +use Faker\Generator; use Rector\Config; use Rector\Transform;