Skip to content

Commit

Permalink
Allow all Composer plugins bundled in Magento
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 22, 2021
1 parent 3bfff48 commit 984db73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ jobs:

- name: Install Magento ${{ matrix.magento-version }}
run: |
composer global config http-basic.repo.magento.com "${MAGENTO_MARKETPLACE_USERNAME}" "${MAGENTO_MARKETPLACE_PASSWORD}";
composer global config allow-plugins true
bin/n98-magerun2 --ansi install \
--magentoVersionByName="${{ matrix.magento-version }}" --installationFolder="./magento" \
--dbHost=127.0.0.1 --dbPort=${{ job.services.mysql.ports['3306'] }} --dbUser=root --dbPass=root --dbName="magento" \
Expand Down

0 comments on commit 984db73

Please sign in to comment.