Explorar o código

fix: Adjust healthcheck of MariaDB

David Höck hai 4 meses
pai
achega
b2761f6a9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -88,7 +88,7 @@ jobs:
                     MARIADB_ROOT_PASSWORD: password
                 ports:
                     - 3306
-                options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
+                options: --health-cmd="mariadb-admin ping -h localhost -u vendure -ppassword" --health-interval=10s --health-timeout=5s --health-retries=3
             mysql:
                 image: mysql:8.0
                 env: