https://github.com/mage-os/github-actions
Mage-OS GitHub Actions for the distribution repositories.
https://github.com/mage-os/github-actions
actions adobecommerce ci devops ecommerce github-actions hacktoberfest mage-os magento2 qa
Last synced: 5 months ago
JSON representation
Mage-OS GitHub Actions for the distribution repositories.
- Host: GitHub
- URL: https://github.com/mage-os/github-actions
- Owner: mage-os
- Created: 2023-04-11T14:44:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T16:44:03.000Z (6 months ago)
- Last Synced: 2025-08-19T06:49:18.899Z (6 months ago)
- Topics: actions, adobecommerce, ci, devops, ecommerce, github-actions, hacktoberfest, mage-os, magento2, qa
- Language: TypeScript
- Homepage:
- Size: 992 KB
- Stars: 13
- Watchers: 8
- Forks: 11
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Support: supported-services-matrix-calculator/action.yml
Awesome Lists containing this project
README
# Magento 2 GitHub Actions

[](https://github.com/mage-os/github-actions/actions/workflows/_internal-unit.yaml)
[](https://github.com/mage-os/github-actions/actions/workflows/_internal-integration.yaml)
[](https://github.com/mage-os/github-actions/actions/workflows/_internal-install.yaml)
Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier.
* [README if you are new to Github Actions.](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions)
* [What is a workflow?](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#workflows)
* [What is an action?](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#actions)
## Workflows
| Workflow Name | Description |
| ------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [Integration Test](./.github/workflows/integration-README.md) | A Github Workflow that runs the Integration Tests of a Magento Package |
## Actions
| Action Name | Description |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| [Unit Test](./unit-test/README.md) | A Github Action that runs the Unit Tests a Magento Package |
| [Fix Magento Install](./fix-magento-install/README.md) | A Github Action that fixes Magento before `composer install` |
| [Cache Magento](./cache-magento/README.md) | A Github Action that creates a composer cache for a Magento extension or store. |
| [Setup Magento](./setup-magento/README.md) | A Github Action that sets up Magento before `composer install` for an extension or store. |
| [Get Magento Version](./get-magento-version/README.md) | A Github Action that computes the installed Magento version. |
| [Installation Test](./installation-test/README.md) | A Github Action that tests the installability of a Magento Package |
| [Semver Compare](./semver-compare/README.md) | A Github Action that semantically compares two versions |
| [Supported Version](./supported-version/README.md) | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |