Skip to content

Commit d6e6688

Browse files
authored
feat: automatically allow the default Magento composer plugins (#12)
1 parent 56be182 commit d6e6688

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ jobs:
115115
name: Fixup Monolog (https://github.com/magento/magento2/pull/35596)
116116
working-directory: ${{ inputs.magento_directory }}
117117

118+
- run: |
119+
composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
120+
composer config --no-interaction allow-plugins.laminas/laminas-dependency-plugin true
121+
composer config --no-interaction allow-plugins.magento/* true
122+
name: Fixup Composer Plugins
123+
working-directory: ${{ inputs.magento_directory }}
124+
if: ${{ !startsWith(matrix.composer, '1') }}
125+
118126
- run: composer require ${{ inputs.package_name }} "@dev" --no-update && composer install
119127
name: Require and attempt install
120128
working-directory: ${{ inputs.magento_directory }}

0 commit comments

Comments
 (0)