diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb588d06..12be62d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,6 +35,7 @@ jobs: sudo -u postgres psql -c "CREATE DATABASE shimmie WITH OWNER shimmie;" -U postgres ; fi if [[ "${{ matrix.database }}" == "mysql" ]]; then + sudo systemctl start mysql ; mysql --version ; mysql -e "SET GLOBAL general_log = 'ON';" -uroot -proot ; mysql -e "CREATE DATABASE shimmie;" -uroot -proot ;