Skip to content

Commit

Permalink
add mysql start service command
Browse files Browse the repository at this point in the history
  • Loading branch information
adlamas committed Oct 5, 2023
1 parent 8fc555f commit d193f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
POSTGRES_HOST: 127.0.0.1
POSTGRES_PORT: 5432
ADAPTER: postgresql
- name: Start mysql service
run: sudo service mysql start
- name: Run tests on mysql
run: bundle exec rspec
env:
Expand Down

0 comments on commit d193f1a

Please sign in to comment.