migrate to gh actions

This commit is contained in:
Dave Horton
2020-12-14 16:01:16 -05:00
parent dd53a62457
commit 7876b0efa6
20 changed files with 93 additions and 47 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
create database jambones_test;
create user jambones_test@localhost IDENTIFIED WITH mysql_native_password by 'jambones_test';
grant all on jambones_test.* to jambones_test@localhost;
create user jambones_test@'%' IDENTIFIED WITH mysql_native_password by 'jambones_test';
grant all on jambones_test.* to jambones_test@'%';