Removed PHPCS test's plugin enabling

This commit is contained in:
UndefinedOffset 2023-05-08 10:40:38 -03:00
parent e3d92e774a
commit bb65d01748
No known key found for this signature in database
GPG Key ID: 59C4EE2B6468B796
1 changed files with 0 additions and 3 deletions

View File

@ -229,9 +229,6 @@ jobs:
rm composer.json
composer self-update --ansi || true
if [[ $GITHUB_ACCESS_TOKEN ]]; then composer config --ansi -g github-oauth.github.com $GITHUB_ACCESS_TOKEN; fi
composer config allow-plugins.composer/installers true
composer config allow-plugins.silverstripe/recipe-plugin true
composer config allow-plugins.silverstripe/vendor-plugin true
composer require squizlabs/php_codesniffer ~3.4
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
mkdir artifacts