diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb2c7af..b047dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: POSTGRES_PORT: 5432 ADAPTER: postgresql - name: Start mysql service - run: sudo service mysql start + run: sudo systemctl start mysql.service - name: Run tests on mysql run: bundle exec rspec env: