Skip to content

Commit

Permalink
[PT-1550] Install Magento 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pugach-mondu committed Jun 25, 2024
1 parent c22295c commit eee8d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eee8d15

Please sign in to comment.