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
|
||||
|
||||
@@ -2,7 +2,7 @@ production:
|
||||
adapter: mysql2
|
||||
database: redmine
|
||||
host: 127.0.0.1
|
||||
port: 3306
|
||||
port: 33306
|
||||
username: root
|
||||
password: BestPasswordEver
|
||||
encoding: utf8mb4
|
||||
@@ -10,7 +10,7 @@ production:
|
||||
development:
|
||||
adapter: mysql2
|
||||
database: redmine
|
||||
port: 3306
|
||||
port: 33306
|
||||
host: 127.0.0.1
|
||||
username: root
|
||||
password: BestPasswordEver
|
||||
@@ -19,7 +19,7 @@ development:
|
||||
test:
|
||||
adapter: mysql2
|
||||
database: redmine
|
||||
port: 3306
|
||||
port: 33306
|
||||
host: 127.0.0.1
|
||||
username: root
|
||||
password: BestPasswordEver
|
||||
|
||||
Reference in New Issue
Block a user