mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Removing suspected unnecessary step
This commit is contained in:
@@ -43,14 +43,6 @@ jobs:
|
|||||||
- name: Directory Permissions
|
- name: Directory Permissions
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
run: chmod -R 777 storage bootstrap/cache
|
||||||
|
|
||||||
- name: Create Database
|
|
||||||
run: |
|
|
||||||
mysql -h 127.0.0.1 -u root -e "SET GLOBAL innodb_file_per_table = 1;"
|
|
||||||
|
|
||||||
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
|
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: mysql
|
DB_CONNECTION: mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user