Skip to content

Commit

Permalink
merge statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Dec 27, 2023
1 parent 61415b4 commit 93b0e52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
mysql -e "CREATE DATABASE ${WP_CLI_TEST_DBNAME};" -uroot -proot
mysql -e "CREATE USER '${WP_CLI_TEST_DBUSER}'@'localhost' IDENTIFIED BY '${WP_CLI_TEST_DBPASS}';" -uroot -proot
mysql -e "GRANT ALL PRIVILEGES ON ${WP_CLI_TEST_DBNAME}.* TO '${WP_CLI_TEST_DBUSER}'@'localhost';" -uroot -proot
mysql -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '';" -uroot -proot
mysql -e "FLUSH PRIVILEGES;" -uroot -proot
mysql -e "ALTER USER 'root'@'localhost' IDENTIFIED BY ''; FLUSH PRIVILEGES;" -uroot -proot
composer run behat
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
Expand Down

0 comments on commit 93b0e52

Please sign in to comment.