Skip to content

Commit bccabd2

Browse files
committed
Update GitHub actions
1 parent 4ecbc19 commit bccabd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
MYSQL_PASSWORD: mariadb
1515
MYSQL_DATABASE: mariadb
1616
MYSQL_ROOT_PASSWORD: mariadb
17-
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
17+
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)