Skip to content

Commit

Permalink
health cmd must be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck authored Aug 23, 2024
1 parent 966d952 commit 56726b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ports:
- 3306:3306
options: >-
--health-cmd mysqladmin ping -h localhost -p mysql
--health-cmd "mysqladmin ping -h localhost -p mysql"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit 56726b2

Please sign in to comment.