Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier.
Workflow Name | Description |
---|---|
Integration Test | A Github Workflow that runs the Integration Tests of a Magento Package |
Action Name | Description |
---|---|
Init Magento | A Github Action that initializes a Magento project up until composer install |
Unit Test | A Github Action that runs the Unit Tests a Magento Package |
Get Magento Version | A Github Action that computes the installed Magento version. |
Installation Test | A Github Action that tests the installability of a Magento Package |
Supported Version | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |