From f2b2cceb57710d7135e25a11e212ee1a9a7c15e1 Mon Sep 17 00:00:00 2001 From: Harshith Umesh Date: Thu, 15 Feb 2024 02:04:28 -0500 Subject: [PATCH] fix ci file 6 --- .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 1895502..4e63c35 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 -h mysql -u root -ppassword -e "SHOW DATABASES;" + mysql -u root -ppassword -e "SHOW DATABASES;"