Log ci
This commit is contained in:
parent
3e29e83ee0
commit
c826dee769
1 changed files with 1 additions and 0 deletions
1
.github/workflows/phpstan.yml
vendored
1
.github/workflows/phpstan.yml
vendored
|
|
@ -108,6 +108,7 @@ jobs:
|
|||
|
||||
else
|
||||
echo "$ALL_CHANGED_FILES" >> /tmp/phpstan-files.txt
|
||||
echo cat /tmp/phpstan-files.txt
|
||||
cat /tmp/phpstan-files.txt
|
||||
phpstan -vvv analyse --error-format=checkstyle --memory-limit 7G -a dev/build/phpstan/bootstrap_action.php ${ALL_CHANGED_FILES} | tee _stan.xml | cs2pr --graceful-warnings
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue