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 27fbd8f commit 37f4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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
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 37f4bad

Please sign in to comment.