diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0927f96c5..f21cd8773 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -77,7 +77,7 @@ jobs: image: "mariadb:${{ matrix.mariadb-version }}" env: MYSQL_ALLOW_EMPTY_PASSWORD: yes - MYSQL_DATABASE: "eventstore" + MYSQL_DATABASE: eventstore options: >- --health-cmd "mariadb-admin ping --silent" diff --git a/docker-compose.yaml b/docker-compose.yaml index b13fc0403..38249c8b5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -11,6 +11,6 @@ services: image: mysql:8 environment: - MYSQL_ALLOW_EMPTY_PASSWORD="yes" - - MYSQL_DATABASE="eventstore" + - MYSQL_DATABASE=eventstore ports: - 3306:3306 \ No newline at end of file