Skip to content

Commit

Permalink
fix(ci): replace healthcheck command
Browse files Browse the repository at this point in the history
According to MariaDB/mariadb-docker#512 (comment)
the mysqladmin command has been removed from the image.

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
  • Loading branch information
mrdrogdrog committed Jun 19, 2023
1 parent 5a569a2 commit f29a30d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
MYSQL_PASSWORD: hedgedoc
MYSQL_DATABASE: hedgedoc
MYSQL_ROOT_PASSWORD: hedgedoc
options: --health-cmd "mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 10
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
options: --health-cmd "healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval 10s --health-timeout 5s --health-retries 10
ports:
- 3306:3306
steps:
Expand Down

0 comments on commit f29a30d

Please sign in to comment.