mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat(check-extension): use setup-di-compile action in compile-extension job (#240)
This commit is contained in:
@@ -139,13 +139,9 @@ jobs:
|
|||||||
COMPOSER_AUTH: ${{ secrets.composer_auth }}
|
COMPOSER_AUTH: ${{ secrets.composer_auth }}
|
||||||
COMPOSER_MIRROR_PATH_REPOS: 1
|
COMPOSER_MIRROR_PATH_REPOS: 1
|
||||||
|
|
||||||
- name: Enable all modules
|
- uses: graycoreio/github-actions-magento2/setup-di-compile@main
|
||||||
working-directory: ${{ steps.setup-magento.outputs.path }}
|
with:
|
||||||
run: php bin/magento module:enable --all
|
path: ${{ steps.setup-magento.outputs.path }}
|
||||||
|
|
||||||
- name: Compile
|
|
||||||
working-directory: ${{ steps.setup-magento.outputs.path }}
|
|
||||||
run: php bin/magento setup:di:compile
|
|
||||||
|
|
||||||
coding-standard:
|
coding-standard:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user