Skip to content

Commit

Permalink
remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Apr 9, 2024
1 parent 32905b2 commit 2b30c0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,7 @@ jobs:
# Set health checks to wait until postgres has started

ports:
- 5432:5432

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2b30c0a

Please sign in to comment.