diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e6ac4e..11b763a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,8 @@ jobs: - "3306:3306" options: >- --health-cmd "mysqladmin ping --silent" - -e MYSQL_ALLOW_EMPTY_PASSWORD=true - --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password" + env: + MYSQL_ALLOW_EMPTY_PASSWORD: true steps: - name: Checkout