We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7c930 commit d8df89fCopy full SHA for d8df89f
1 file changed
.github/workflows/static-tests.yml
@@ -58,5 +58,6 @@ jobs:
58
test -f /tmp/magento/phpstan.neon || echo 'parameters:' > /tmp/magento/phpstan.neon
59
echo "Testing for PHPStan level $PHPSTAN_LEVEL"
60
cd /tmp/magento
61
- php -d memory_limit=4G vendor/bin/phpstan analyse --level $PHPSTAN_LEVEL ${GITHUB_WORKSPACE}
+ export MODULE_PATH=$(realpath vendor/${COMPOSER_NAME})
62
+ php -d memory_limit=4G vendor/bin/phpstan analyse --level $PHPSTAN_LEVEL $MODULE_PATH
63
0 commit comments