Code development platform for open source projects from the European Union institutions

Verified Commit 729f0aa6 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

ci: Remove PHPInsights step.

parent 23a59ab0
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -66,10 +66,3 @@ jobs:
              run: |
                  vendor/bin/infection run -j 2
              continue-on-error: true

            - name: PHP Insights report
              run: |
                  rm -rf composer.lock vendor
                  composer require nunomaduro/phpinsights --dev
                  vendor/bin/phpinsights analyse src/ -n
              continue-on-error: true