Skip to content

Commit 6048122

Browse files
committed
Removing commented-out mysql startup check in CI script
1 parent 5afb66c commit 6048122

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ jobs:
7272
MYSQL_USER: test
7373
MYSQL_PASSWORD: mysql
7474
MYSQL_DATABASE: test
75-
# Set health checks to wait until mysql has started
76-
#options: >-
77-
#--health-cmd 'mysqladmin ping'
78-
#--health-interval 10s
79-
#--health-timeout 5s
80-
#--health-retries 5
8175
ports:
8276
# Maps tcp port 3306 on service container to the host
8377
- 3306:3306

0 commit comments

Comments
 (0)