Skip to content

Commit e44e2ba

Browse files
committed
Adapt DB health check
1 parent 9991d12 commit e44e2ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,12 @@ jobs:
110110
MYSQL_ROOT_PASSWORD: root
111111
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password
112112
ports:
113-
- 3306
114-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
113+
- 3306/tcp
114+
options: >-
115+
--health-cmd="mysqladmin ping"
116+
--health-interval=10s
117+
--health-timeout=5s
118+
--health-retries=3
115119
116120
steps:
117121
- name: Check out source code

0 commit comments

Comments
 (0)