From 16ba249bcee39137ba27b687bbfc6f15761c99c5 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 27 Sep 2023 16:36:19 +0200 Subject: [PATCH] remove --dry-run to pass --- build/target-repository/.github/workflows/e2e.yaml | 2 +- build/target-repository/.github/workflows/e2e_diff.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}