Skip to content

Commit

Permalink
mysqladmin is gone in latest mariadb
Browse files Browse the repository at this point in the history
Use `mariadb-admin` instead. See MariaDB/mariadb-docker#512
  • Loading branch information
Cyberboss committed Jun 10, 2023
1 parent 3597b47 commit 9ea8bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: mariadb
options: >-
--health-cmd="mysqladmin ping"
--health-cmd="mariadb-admin ping"
--health-interval=5s
--health-timeout=2s
--health-retries=3
Expand Down

0 comments on commit 9ea8bdd

Please sign in to comment.