feat(setup-magento): mkdir app/etc in extension mode (#246)

This prevents the magento/composer-plugin from crashing when doing caching for setup-magento in extension mode.
This commit is contained in:
Damien Retzinger
2026-05-09 13:25:55 -04:00
parent a729f8b2fd
commit c53607cca8
+5
View File
@@ -90,6 +90,11 @@ runs:
env:
COMPOSER_AUTH: ${{ inputs.composer_auth }}
- run: mkdir -p ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}/app/etc
shell: bash
name: Ensure app/etc exists for magento composer plugin
if: inputs.mode == 'extension'
- uses: graycoreio/github-actions-magento2/fix-magento-install@main
name: Fix Magento Out of Box Install Issues
with: