Damien Retzinger d80befbe9b fix(check-extension): mirror path repos to prevent symlink errors with template files (#218)
Composer installs path repositories as symlinks by default, which causes Magento's template engine to fail when resolving .phtml files. Setting `COMPOSER_MIRROR_PATH_REPOS=1` on all composer install steps forces a copy instead, matching how the package would be installed from Packagist in production.

Adds a .phtml template and an integration test to the demo package that
renders it via Magento's template engine. Without COMPOSER_MIRROR_PATH_REPOS=1
the path repo is installed as a symlink and the test fails; with mirroring
it passes.

Closes #217
2026-04-26 23:05:21 -04:00
2023-01-09 10:43:30 -05:00
2023-01-09 10:43:30 -05:00
2025-12-14 11:10:47 -05:00
2026-03-11 11:14:17 -04:00
2023-09-07 21:19:03 +00:00
2026-03-11 11:14:17 -04:00
2026-03-11 11:14:17 -04:00

Magento 2 GitHub Actions

GitHub release (latest SemVer) Unit Test Integration Test Installation Test

Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier.

Workflows

Workflow Name Description
Integration Test A Github Workflow that runs the Integration Tests of a Magento Package
MageCheck Extension A Github Workflow that runs various kinds of quality checks for a Magento Extension.

Actions

Action Name Description
Fix Magento Install A Github Action that fixes Magento before composer install
Cache Magento A Github Action that creates a composer cache for a Magento extension or store.
Setup Magento A Github Action that sets up Magento before composer install for an extension or store.
Get Magento Version A Github Action that computes the installed Magento version.
Semver Compare A Github Action that semantically compares two versions
Supported Version A Github Action that computes the currently supported Github Actions Matrix for Magento 2
S
Description
No description provided
Readme 3.7 MiB
Languages
TypeScript 91.9%
Shell 6.8%
PHP 0.9%
JavaScript 0.4%