diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be3811da38e..e3113fd8880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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