try different port to fix github actions
This commit is contained in:
2
.github/workflows/tests_with_mysql.yml
vendored
2
.github/workflows/tests_with_mysql.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
MYSQL_USER: root
|
||||
MYSQL_PASSWORD: 'BestPasswordEver'
|
||||
ports:
|
||||
- 3306:3306
|
||||
- 33306:3306
|
||||
options: >-
|
||||
--health-cmd="mysqladmin ping"
|
||||
--health-interval=10s
|
||||
|
||||
Reference in New Issue
Block a user