diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index f378192..f59cc8d 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -25,6 +25,9 @@ jobs: - name: Install dependencies run: composer install + - name: Install Magento 2 + run: composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition:2.4.7 magento + - name: Install Magento 2 Code Sniffer and PHP Mess Detector run: | composer require magento/magento-coding-standard