ci: added collation server for mariadb

This commit is contained in:
Jannat Patel
2023-10-13 16:17:58 +05:30
parent caf967f2e2
commit f27eecce1f
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
set -e
cd ~ || exit
sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis-server mariadb-client-10.6
echo "Setting Up Bench..."
pip install frappe-bench