feat(install-test)!: remove install test (#222)

BREAKING CHANGE: You should rely on [Check Extension](https://github.com/graycoreio/github-actions-magento2/blob/main/.github/workflows/check-extension-README.md) instead.
This commit is contained in:
Damien Retzinger
2026-04-26 21:40:01 -04:00
committed by GitHub
parent 8f3c6eb927
commit de415eaff5
4 changed files with 0 additions and 227 deletions
-1
View File
@@ -30,6 +30,5 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain
| [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 |