diff --git a/.github/workflows/php-deprecation-detector.yml b/.github/workflows/php-deprecation-detector.yml index fe484528..073d349d 100644 --- a/.github/workflows/php-deprecation-detector.yml +++ b/.github/workflows/php-deprecation-detector.yml @@ -26,7 +26,7 @@ jobs: cd php composer global require wapmorgan/php-deprecation-detector dev-master composer install - composer run php-deprecation-detector | tee -i ./phpdd.log >/dev/null + composer run php-deprecation-detector | tee -i ./phpdd.log if grep "Total issues:" ./phpdd.log; then exit 1 fi