mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat(integration): Install composer plugin for parallel downloads (#24)
This commit is contained in:
@@ -127,6 +127,12 @@ jobs:
|
||||
working-directory: ${{ inputs.magento_directory }}
|
||||
if: ${{ !startsWith(matrix.composer, '1') }}
|
||||
|
||||
- run: |
|
||||
composer global require hirak/prestissimo
|
||||
name: Install composer plugin for parallel downloads
|
||||
working-directory: ${{ inputs.magento_directory }}
|
||||
if: ${{ startsWith(matrix.composer, '1') }}
|
||||
|
||||
- run: composer require ${{ inputs.package_name }} "@dev" --no-update && composer install
|
||||
name: Require and attempt install
|
||||
working-directory: ${{ inputs.magento_directory }}
|
||||
|
||||
Reference in New Issue
Block a user