diff --git a/.github/workflows/mysql.yml b/.github/workflows/mysql.yml index b7d9334..45156a5 100644 --- a/.github/workflows/mysql.yml +++ b/.github/workflows/mysql.yml @@ -80,8 +80,7 @@ jobs: ruby-version: ${{ matrix.ruby_version }} - name: Start MySQL - - run: | - sudo /etc/init.d/mysql start + - run: sudo /etc/init.d/mysql start - name: Build and test with Rake env: