Skip to content

Commit

Permalink
fix mysql healthcheck, yeap again
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Apr 9, 2024
1 parent db93dbb commit 32905b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- 5432:5432

options: >-
--health-cmd mysqladmin ping
--health-cmd='mysqladmin ping -h localhost -u root -pmysql'
--health-interval 10s
--health-timeout 5s
Expand Down

0 comments on commit 32905b2

Please sign in to comment.