ci: added collation server for mariadb

This commit is contained in:
Jannat Patel
2023-10-13 15:58:07 +05:30
parent 12c5ad54e7
commit 8e12cae91f

View File

@@ -46,6 +46,10 @@ jobs:
node-version: 18
check-latest: true
- name: Change MariaDB Collation
run: |
mysql -h 127.0.0.1 -P 3306 -uroot -proot -e "ALTER DATABASE dbname CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci"
- name: Cache Bench
uses: actions/cache@v2
with: