mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
1.7 KiB
1.7 KiB
Magento 2 GitHub Actions
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 |
Actions
| Action Name | Description |
|---|---|
| Unit Test | A Github Action that runs the Unit Tests a Magento Package |
| Installation Test | A Github Action that tests the installability of a Magento Package |
Action or Workflow?
If you're just getting started with your Magento package on Github, you probably want to use the workflows.
If you're looking to customize further, or you need to support a broader range of Magento versions, then you probably want an action.