From 2302127ec0a070aa231ef845e70bcc44b40bf785 Mon Sep 17 00:00:00 2001 From: Gowri Sankar Date: Mon, 24 Jun 2024 14:33:51 +0930 Subject: [PATCH] :wrench: chore: update correct module name --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7d95322..f00fe7f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -154,7 +154,7 @@ jobs: sed -i "s/'amqp-host' => 'localhost'/'amqp-host' => '127.0.0.1'/" etc/install-config-mysql.php.dist sed -i "s/'consumers-wait-for-messages' => '0'/'consumers-wait-for-messages' => '1'/" etc/install-config-mysql.php.dist mkdir etc/di/preferences/cli - cp ../../../vendor/aligent/magento-async-events/Test/_files/ce.php ./etc/di/preferences/cli + cp ../../../vendor/aligent/async-events/Test/_files/ce.php ./etc/di/preferences/cli - run: ../../../vendor/bin/phpunit ../../../vendor/aligent/async-events/Test/Integration working-directory: ../magento2/dev/tests/integration