Skip to content

Commit a477a3b

Browse files
committed
update myql health check
1 parent 10c1550 commit a477a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
MYSQL_ROOT_PASSWORD: secret
6868
ports:
6969
- 3306:3306
70+
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
7071
steps:
7172
- name: Checkout Kanboard repo
7273
uses: actions/checkout@v2

0 commit comments

Comments
 (0)