diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a47891d..999cd5e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,6 +58,7 @@ jobs: - name: "Rector" run: "vendor/bin/rector process --dry-run" + continue-on-error: true - name: "Lint yaml files" run: "(cd tests/Application && bin/console lint:yaml ../../src/Resources)"