You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`make release` was failing with:
Mysql2::Error::ConnectionError: Can't connect to local MySQL server through
socket '/run/mysqld/mysqld.sock'
in the `env RAILS_ENV=test bin/rake db:prepare` step as it couldn't connect to
the release_test DB because it didn't exist. This ensures the DB is created
and we can connect to it with correct credentials.
0 commit comments