mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix(CI): mysqladmin symlink is gone in latest mariadb docker container (#21301)
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
ports:
|
||||
- 3306
|
||||
options: --health-cmd "mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 10
|
||||
options: --health-cmd "mariadb-admin ping" --health-interval 10s --health-timeout 5s --health-retries 10
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Cache
|
||||
|
||||
Reference in New Issue
Block a user