tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
823 stars 93 forks source link

Fix CI tests: add mysql service #126

Closed mahenzon closed 3 years ago

mahenzon commented 3 years ago

closes #125

long2ice commented 3 years ago

github action runner environment has builtin mysql, see https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md

mahenzon commented 3 years ago

is there any reason to use it instead of a service? there's no control of mysql version or any other configuration, but using service provides these options

mahenzon commented 3 years ago

tests are fixed outside of this pr/issue