From 94f0c0bb3ef3d024c2f21b71a0c21bbd7b1b085c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 27 Nov 2022 14:05:00 +0200 Subject: [PATCH] fix typo --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: