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_USER: root
|
||||||
MYSQL_PASSWORD: 'BestPasswordEver'
|
MYSQL_PASSWORD: 'BestPasswordEver'
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 33306:3306
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="mysqladmin ping"
|
--health-cmd="mysqladmin ping"
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ production:
|
|||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: redmine
|
database: redmine
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 3306
|
port: 33306
|
||||||
username: root
|
username: root
|
||||||
password: BestPasswordEver
|
password: BestPasswordEver
|
||||||
encoding: utf8mb4
|
encoding: utf8mb4
|
||||||
@@ -10,7 +10,7 @@ production:
|
|||||||
development:
|
development:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: redmine
|
database: redmine
|
||||||
port: 3306
|
port: 33306
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
username: root
|
username: root
|
||||||
password: BestPasswordEver
|
password: BestPasswordEver
|
||||||
@@ -19,7 +19,7 @@ development:
|
|||||||
test:
|
test:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: redmine
|
database: redmine
|
||||||
port: 3306
|
port: 33306
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
username: root
|
username: root
|
||||||
password: BestPasswordEver
|
password: BestPasswordEver
|
||||||
|
|||||||
Reference in New Issue
Block a user