Skip to content

Commit b864490

Browse files
committed
ci: changed mariadb health check for ui tests
1 parent ee21e86 commit b864490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
env:
2929
MARIADB_ROOT_PASSWORD: 123
3030
ports:
31-
- 3306:3306
32-
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
31+
- 3306:3306
32+
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=5s --health-timeout=5s --health-retries=10
3333

3434
steps:
3535
- name: Clone

0 commit comments

Comments
 (0)