chore: Added CI using github actions

This commit is contained in:
Anand Chitipothu
2021-04-26 23:57:01 +05:30
parent 8857b97773
commit 8d62b5c504
3 changed files with 73 additions and 4 deletions

11
.github/mariadb-frappe.cnf vendored Normal file
View File

@@ -0,0 +1,11 @@
# configuration to force mariadb to use utf8mb4 charecter set, as required by frappe
# This file need to be placed at /etc/mysql/conf.d/ in the mariadb container as a volume
# See .github/wotkflows/ci.yml to see how it is used
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4