File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,10 @@ jobs:
3535 - TEST_SUITE=unit
3636 - COVERAGE=true
3737 allow_failures :
38- - php : 7.4
39- env :
40- - MAGENTO_VERSION=2.4-develop
41- - TEST_SUITE=integration
42-
38+ - php : 7.4
39+ env :
40+ - MAGENTO_VERSION=2.4-develop
41+ - TEST_SUITE=integration
4342env :
4443 global :
4544 - COMPOSER_BIN_DIR=~/bin
Original file line number Diff line number Diff line change @@ -50,8 +50,11 @@ case $TEST_SUITE in
5050 SET @@global.sql_mode = NO_ENGINE_SUBSTITUTION;
5151 CREATE DATABASE magento_integration_tests;
5252 '
53- cp etc/install-config-mysql.travis.php.dist etc/install-config-mysql.php
53+ cp etc/install-config-mysql.php.dist etc/install-config-mysql.php
54+ # Remove AMQP configuration
5455 sed -i ' /amqp/d' etc/install-config-mysql.php
56+ # Remove default root password
57+ sed -i ' s/123123q//' etc/install-config-mysql.php
5558
5659 cd ../../..
5760 ;;
You can’t perform that action at this time.
0 commit comments