How to make MySQL work in your GitHub Actions

There are a ton of tutorials out there how to make MySQL service work inside your Ubuntu environment in GitHub Actions. But all of them returned “Failed to initialize, mysql service is unhealthy.” error for me. Let’s fix that.