Skip to content

Commit

Permalink
(tests) Update healthcheck script of MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Jun 21, 2024
1 parent ef4eaa9 commit ebbe137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: 1
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
env:
branch: REL1_39
steps:
Expand Down

0 comments on commit ebbe137

Please sign in to comment.