feat(check-extension): use setup-di-compile action in compile-extension job (#240)

This commit is contained in:
Damien Retzinger
2026-05-06 10:59:22 -04:00
committed by GitHub
parent 212f9a8e86
commit 6a520d49fd
+3 -7
View File
@@ -139,13 +139,9 @@ jobs:
COMPOSER_AUTH: ${{ secrets.composer_auth }}
COMPOSER_MIRROR_PATH_REPOS: 1
- name: Enable all modules
working-directory: ${{ steps.setup-magento.outputs.path }}
run: php bin/magento module:enable --all
- name: Compile
working-directory: ${{ steps.setup-magento.outputs.path }}
run: php bin/magento setup:di:compile
- uses: graycoreio/github-actions-magento2/setup-di-compile@main
with:
path: ${{ steps.setup-magento.outputs.path }}
coding-standard:
runs-on: ${{ matrix.os }}