From f6a7355bd9006551d3ce6fdd1c77cf9893543d94 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Thu, 7 May 2026 10:33:57 -0400 Subject: [PATCH] docs: denote deprecation / replacement of integration with CheckExtension --- .github/workflows/integration-README.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-README.md b/.github/workflows/integration-README.md index ce0ee53..873bc86 100644 --- a/.github/workflows/integration-README.md +++ b/.github/workflows/integration-README.md @@ -1,5 +1,7 @@ # 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 ## Inputs diff --git a/README.md b/README.md index c6e5ba9..5e82631 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you are new here, start with a reusable workflow. They are pre-built CI pipel | 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 Store](./.github/workflows/check-store-README.md) | A Github Workflow that runs various kinds of quality checks for a Magento Store. |