mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat: add Installation Test Action (#1)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use \Magento\Framework\Component\ComponentRegistrar;
|
||||
|
||||
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Graycore_DemoPackage', __DIR__);
|
||||
Reference in New Issue
Block a user