Skip to content

Commit

Permalink
update start mysql service command
Browse files Browse the repository at this point in the history
  • Loading branch information
adlamas committed Oct 5, 2023
1 parent d193f1a commit 8ad2548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ad2548

Please sign in to comment.