Skip to content

Commit

Permalink
ci: Disable obsolete step.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 11, 2021
1 parent b7ff43d commit b38dce3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,3 @@ jobs:
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

0 comments on commit b38dce3

Please sign in to comment.