isra00 / neo-transposer

Automatically transpose the chords of the songs of the Neocatechumenal Way so that they fit your voice range. Available in Spanish, Italian, Portuguese, English and Swahili!
http://neo-transposer.com
GNU Affero General Public License v3.0
10 stars 1 forks source link

Enforce MySQL version in testing env #182

Open isra00 opened 2 years ago

isra00 commented 2 years ago

Prod version: 5.7 Dev env (Docker compose): 5.7 GitHub actions' MySQL version depends on Ubuntu version:

That’s because MySQL 5.7 is pre-installed on Ubuntu 18.04 containers (and MySQL 8 on 20 and latest), but not running by default. Here is a related announcement by GitHub. That means you don’t need services:mysql at all, you just need to start the built-in mysql process.

(Source)

Solution: use a dockerized MySQL, for instance this one: https://github.com/marketplace/actions/setup-mysql