diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 1588065abc..f8ccb169bc 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -19,7 +19,7 @@ jobs: image: mysql:8.0 env: MYSQL_ALLOW_EMPTY_PASSWORD: false - MYSQ_USER: root + MYSQL_USER: root MYSQL_ROOT_PASSWORD: password MYSQL_DATABASE: integration_test ports: