feat(unit-test)!: remove unit-test action (#221)

This commit is contained in:
Damien Retzinger
2026-04-26 21:31:07 -04:00
committed by GitHub
parent a92fe04503
commit 98923b24c5
4 changed files with 0 additions and 135 deletions
-1
View File
@@ -26,7 +26,6 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain
| 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. |