Sfoglia il codice sorgente

fix: Move default auth plugin config to command

David Höck 4 mesi fa
parent
commit
45d50aa186
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .github/workflows/build_and_test.yml

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

@@ -93,7 +93,8 @@ jobs:
                     MYSQL_ROOT_PASSWORD: password
                 ports:
                     - 3306
-                options: --health-cmd="mysqladmin ping --silent" --health-interval=10s --health-timeout=20s --health-retries=10 --default-authentication-plugin=mysql_native_password
+                options: --health-cmd="mysqladmin ping --silent" --health-interval=10s --health-timeout=20s --health-retries=10
+                command: --default-authentication-plugin=mysql_native_password
             postgres:
                 image: postgres:16
                 env: