We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce313f commit 95978caCopy full SHA for 95978ca
1 file changed
magento-phpstan/entrypoint.sh
@@ -26,7 +26,7 @@ if [ -n "$INPUT_MAGENTO_PRE_INSTALL_SCRIPT" ] && [ -f "${GITHUB_WORKSPACE}"/"$IN
26
fi;
27
28
echo "Run installation"
29
-composer require $COMPOSER_NAME:dev-$EXTENSION_BRANCH#$GITHUB_SHA
+composer require $COMPOSER_NAME:@dev --no-interaction
30
31
echo "Running PHPStan"
32
php $MAGENTO_ROOT/vendor/bin/phpstan analyse --level $INPUT_PHPSTAN_LEVEL --no-progress --memory-limit=4G --configuration "$MAGENTO_ROOT/dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon" $GITHUB_WORKSPACE/${MODULE_SOURCE}
0 commit comments