Skip to content

Commit

Permalink
update mysql container options
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jan 5, 2025
1 parent 0871f31 commit 8b12605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
MYSQL_DATABASE: shiori
MYSQL_ROOT_PASSWORD: shiori
options: >-
--health-cmd="/usr/local/bin/healthcheck.sh --connect" --health-interval 10s --health-timeout 5s --health-retries 5
--health-cmd="mysqladmin ping"
--health-interval=10s
--health-timeout=5s
--health-retries=3
ports:
- 3307:3306

Expand Down

0 comments on commit 8b12605

Please sign in to comment.