From 939887a3d1769a6ee5b5ce169361307d9d3fff78 Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Thu, 28 Jul 2022 17:06:49 +0300 Subject: [PATCH] Update repo in integration workflow readme file --- .github/workflows/integration-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-README.md b/.github/workflows/integration-README.md index de3c9e14..f7621ee2 100644 --- a/.github/workflows/integration-README.md +++ b/.github/workflows/integration-README.md @@ -12,7 +12,7 @@ See the [integration.yaml](./integration.yaml) | package_name | The name of the package | true | NULL | | source_folder | The source folder of the package | false | $GITHUB_WORKSPACE | | magento_directory | The folder where Magento will be installed | false | ../magento2 | -| magento_repository | Where to install Magento from | false | https://repo.magento.com/ | +| magento_repository | Where to install Magento from | false | https://mirror.mage-os.org/ | | test_command | The integration test command to run | false | "../../../vendor/bin/phpunit" | ## Secrets