mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Mariadb creates the TEST table at startup
This commit is contained in:
@@ -33,7 +33,6 @@ jobs:
|
||||
- name: Create Database
|
||||
run: |
|
||||
mysql -h 127.0.0.1 -u root -e "SET GLOBAL innodb_file_per_table = 1;"
|
||||
mysql -h 127.0.0.1 -u root -e "CREATE DATABASE TEST;"
|
||||
mysql -h 127.0.0.1 -u root -e "GRANT ALL ON TEST.* TO 'TEST'@'localhost' IDENTIFIED BY 'TEST';"
|
||||
if [[ -f /etc/mysql/my.cnf ]]; then sudo sed -i "s/\[mysqld\]/\[mysqld\]\ngroup_concat_max_len = 8192/" /etc/mysql/my.cnf; fi
|
||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||
|
||||
Reference in New Issue
Block a user