Skip to content

Commit

Permalink
Update health cmd for mariadb service
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Feb 7, 2024
1 parent f5e9e00 commit 3c81199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=5s --health-retries=5
options: --health-cmd="healthcheck.sh --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
steps:
- name: Check out source code
uses: actions/[email protected]
Expand Down

0 comments on commit 3c81199

Please sign in to comment.