Skip to content

Commit

Permalink
[Actions] Fix MariaDB health check
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Oct 1, 2023
1 parent 5c2ccff commit fdc811c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weekly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Test latest DB weekly
# the reason for this is because there is currently no other way of resetting the cache.

on:
push:
schedule:
- cron: "0 8 * * 1"

Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
MYSQL_ROOT_PASSWORD: ${{ env.MYSQL_ROOT_PASSWORD }}
MYSQL_ROOT_HOST: "%"
options: >-
--health-cmd="mysqladmin ping"
--health-cmd="healthcheck.sh --connect --innodb_initialized"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit fdc811c

Please sign in to comment.