Skip to content

Commit

Permalink
Enable debug on phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Mar 10, 2024
1 parent d41e9b7 commit 943d942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: phpstan
run: |
php -i | grep max_execution_time
phpstan -vvv analyse --error-format=checkstyle --memory-limit 7G -a build/phpstan/bootstrap_action.php -c phpstan.neon.dist | tee _stan.xml | cs2pr --graceful-warnings
phpstan --debug -vvv analyse --error-format=checkstyle --memory-limit 7G -a build/phpstan/bootstrap_action.php -c phpstan.neon.dist | tee _stan.xml | cs2pr --graceful-warnings
# continue-on-error: true

# Save cache
Expand Down

0 comments on commit 943d942

Please sign in to comment.