Skip to content

Commit 3bff04c

Browse files
committed
ci: update MariaDB environment variable and health check command in server tests workflow
1 parent 0718f8f commit 3bff04c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/server-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
mariadb:
4545
image: mariadb:11.8
4646
env:
47-
MYSQL_ROOT_PASSWORD: root
47+
MARIADB_ROOT_PASSWORD: root
4848
ports:
4949
- 3306:3306
50-
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
50+
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
5151

5252
steps:
5353
- name: Clone

0 commit comments

Comments
 (0)