try different port to fix github actions

This commit is contained in:
Alexander Meindl
2021-03-18 07:35:40 +01:00
parent 8715f90b8f
commit b63773c5ab
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
MYSQL_USER: root
MYSQL_PASSWORD: 'BestPasswordEver'
ports:
- 3306:3306
- 33306:3306
options: >-
--health-cmd="mysqladmin ping"
--health-interval=10s