From 0b05f30491d5e76ac6aeb172aa39ee0cb7d3e246 Mon Sep 17 00:00:00 2001 From: Beshoy Girgis Date: Thu, 31 Dec 2020 14:44:27 -0600 Subject: [PATCH] Removing suspected unnecessary step --- .github/workflows/laravel.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index d5d59ac06..6e8a7ebbd 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -43,14 +43,6 @@ jobs: - name: Directory Permissions 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 env: DB_CONNECTION: mysql