Skip to content

Commit

Permalink
chore: try to resolve health check
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanCasteleyn committed Sep 16, 2023
1 parent 47ea9df commit 0192239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
MARIADB_PASSWORD: test
MARIADB_DATABASE: discordmodbot
MARIADB_ROOT_PASSWORD: test
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
options: --health-cmd="/usr/local/bin/healthcheck.sh" --health-interval=5s --health-timeout=2s --health-retries=3

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down

0 comments on commit 0192239

Please sign in to comment.