Skip to content

Commit

Permalink
🔧 chore: update correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Jun 24, 2024
1 parent 0f1bf20 commit 2302127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2302127

Please sign in to comment.