diff --git a/build/target-repository/.github/workflows/e2e.yaml b/build/target-repository/.github/workflows/e2e.yaml index e45df1ed965..5f936c1bcec 100644 --- a/build/target-repository/.github/workflows/e2e.yaml +++ b/build/target-repository/.github/workflows/e2e.yaml @@ -36,5 +36,5 @@ jobs: working-directory: ${{ matrix.directory }} - - run: vendor/bin/rector process --ansi + run: vendor/bin/rector process --dry-run --ansi working-directory: ${{ matrix.directory }} diff --git a/build/target-repository/.github/workflows/e2e_diff.yaml b/build/target-repository/.github/workflows/e2e_diff.yaml index 76944c3a1dd..b741ac89227 100644 --- a/build/target-repository/.github/workflows/e2e_diff.yaml +++ b/build/target-repository/.github/workflows/e2e_diff.yaml @@ -33,5 +33,5 @@ jobs: working-directory: ${{ matrix.directory }} - - run: vendor/bin/rector process --dry-run --ansi + run: vendor/bin/rector process --ansi working-directory: ${{ matrix.directory }}