ci: fix mysql version
Looks like mysql has no alpine.
This commit is contained in:
parent
ed227c71da
commit
4b76e10025
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
MYSQL_DATABASE: rating_test
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
|
||||
image: mysql:alpine
|
||||
image: mysql:8
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user