Skip to content

Commit

Permalink
fix mysql healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Apr 9, 2024
1 parent 192722d commit db93dbb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,9 @@ jobs:
- 5432:5432

options: >-
--health-cmd mysqladmin
ping
--connection-timeout 5s
--wait=5
--health-cmd mysqladmin ping
--health-interval 10s
--health-timeout 5s
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit db93dbb

Please sign in to comment.