Fix badges and add mysql db name

This commit is contained in:
Alexander Meindl
2021-03-18 07:32:45 +01:00
parent d5658cbb95
commit 8715f90b8f
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ jobs:
mysql:
image: mysql:8.0
env:
MYSQL_DATABASE: redmine
MYSQL_USER: root
MYSQL_PASSWORD: 'BestPasswordEver'
ports: