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 18c68bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ jobs:
- name: Configure Composer allow-plugins
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true

- name: Set up Magento authentication
run: |
composer config http-basic.repo.magento.com 5a828b358382e3a772039c11a81485c4 0c59305c4d6554d0087ff128f86602ee
- 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 18c68bd

Please sign in to comment.