From fa7c490e49c4dd51c9c743d4488b75779f74de83 Mon Sep 17 00:00:00 2001 From: Harshith Umesh Date: Thu, 15 Feb 2024 02:05:59 -0500 Subject: [PATCH] fix ci file 7 --- .github/workflows/ci_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_integration_tests.yml b/.github/workflows/ci_integration_tests.yml index 4e63c35..e483dc8 100644 --- a/.github/workflows/ci_integration_tests.yml +++ b/.github/workflows/ci_integration_tests.yml @@ -40,7 +40,7 @@ jobs: - name: Check MySQL Connection run: | - mysql -u root -ppassword -e "SHOW DATABASES;" + mysql -u root -proot -e "SHOW DATABASES;"