docs: denote deprecation / replacement of integration with CheckExtension

This commit is contained in:
Damien Retzinger
2026-05-07 10:33:57 -04:00
parent 307f527997
commit f6a7355bd9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# Integration Tests for a Magento Package # Integration Tests for a Magento Package
> **Deprecated** — use [MageCheck Extension](./check-extension-README.md) instead. Scheduled for removal in v10.
A Github Workflow that runs the Integration Tests of a Magento Package A Github Workflow that runs the Integration Tests of a Magento Package
## Inputs ## Inputs
+1 -1
View File
@@ -21,7 +21,7 @@ If you are new here, start with a reusable workflow. They are pre-built CI pipel
| Workflow Name | Description | | Workflow Name | Description |
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [Integration Test](./.github/workflows/integration-README.md) | A Github Workflow that runs the Integration Tests of a Magento Package | | [Integration Test](./.github/workflows/integration-README.md) | **Deprecated** — use MageCheck Extension instead. A Github Workflow that runs the Integration Tests of a Magento Package. |
| [MageCheck Extension](./.github/workflows/check-extension-README.md) | A Github Workflow that runs various kinds of quality checks for a Magento Extension. | | [MageCheck Extension](./.github/workflows/check-extension-README.md) | A Github Workflow that runs various kinds of quality checks for a Magento Extension. |
| [MageCheck Store](./.github/workflows/check-store-README.md) | A Github Workflow that runs various kinds of quality checks for a Magento Store. | | [MageCheck Store](./.github/workflows/check-store-README.md) | A Github Workflow that runs various kinds of quality checks for a Magento Store. |