Skip to content

Commit ef5775d

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent 57bb369 commit ef5775d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/static-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
test -f /tmp/magento/phpstan.neon || echo 'parameters:' > /tmp/magento/phpstan.neon
5959
echo "Testing for PHPStan level $PHPSTAN_LEVEL"
6060
cd /tmp/magento
61-
php -d memory_limit=4G vendor/bin/phpstan analyse --level $PHPSTAN_LEVEL ${GITHUB_WORKSPACE}
61+
export MODULE_PATH=$(realpath vendor/${COMPOSER_NAME})
62+
php -d memory_limit=4G vendor/bin/phpstan analyse --level $PHPSTAN_LEVEL $MODULE_PATH
6263

0 commit comments

Comments
 (0)