Skip to content

Commit

Permalink
Fix issue with MySQL server
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanicles committed Aug 5, 2023
1 parent b0f826b commit 17ddb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
sudo apt-get install -y mysql-client
mysql --host 127.0.0.1 --port 32574 -uroot -ppassword -e "CREATE DATABASE set_as_primary_test;"
psql --host 127.0.0.1 --port 5432 --username postgres --password password -c "CREATE DATABASE set_as_primary_test;"
psql --host 127.0.0.1 --port 5432 --username postgres --password postgres -c "CREATE DATABASE set_as_primary_test;"
- name: Run tests
run: bundle exec rake
Expand Down

0 comments on commit 17ddb57

Please sign in to comment.