Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Set up MySQL according to https://stackoverflow.com/questions/72294279/how-to-connect-to-mysql-databas-using-github-actions * Set up MySQL according to https://medium.com/@michaelmatere606/configuring-mysql-for-github-actions-a-step-by-step-guide-f49e0a7aeedc and https://ovirium.com/blog/how-to-make-mysql-work-in-your-github-actions/ * Change password according to https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md * Fit database name with `_` instead of `-` * Use the `service` sector instead of starting the mysql service of GitHub's ubuntu image
- Loading branch information