diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index 2bbb480..b9e7cf7 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -144,7 +144,7 @@ create_db() { install_db() { # the mariadb commands are not available on some self-hosted runner images - apt update && apt-get install mariadb-client -y + apt update && apt-get install mariadb-server mariadb-client -y if [ ${SKIP_DB_CREATE} = "true" ]; then return 0