From 0e1dfdfaf22cadf04cc903d43786df0e1a19a67c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 09:09:46 +0000 Subject: [PATCH 1/2] Initial plan From f7f1689b9a17f396c6d24cdd37b0b13dd6ea0241 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 09:10:29 +0000 Subject: [PATCH 2/2] #fix - Fix MySQL service health check in magento-compatibility workflow Agent-Logs-Url: https://github.com/OpenForgeProject/mageforge/sessions/b87cdfde-9f30-4e03-9f65-1afa2d6072fe Co-authored-by: dermatz <6103201+dermatz@users.noreply.github.com> --- .github/workflows/magento-compatibility.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/magento-compatibility.yml b/.github/workflows/magento-compatibility.yml index 072b9862..4cff845d 100644 --- a/.github/workflows/magento-compatibility.yml +++ b/.github/workflows/magento-compatibility.yml @@ -36,7 +36,12 @@ jobs: MYSQL_DATABASE: magento ports: - 3306:3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 + options: >- + --health-cmd="mysqladmin ping -h 127.0.0.1 -uroot -pmagento --silent" + --health-interval=10s + --health-timeout=5s + --health-retries=10 + --health-start-period=30s opensearch: image: opensearchproject/opensearch:2.11.0