Skip to content

Commit

Permalink
Use newer mariadb ping command
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 22, 2024
1 parent 1233d4a commit fc14188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
MYSQL_ROOT_PASSWORD: mysql
MYSQL_DATABASE: mysql
options: >-
--health-cmd "mysqladmin ping"
--health-cmd "mariadb-admin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit fc14188

Please sign in to comment.