From 438b2c4719ab91cdc4735998c5bb537faf87f3a2 Mon Sep 17 00:00:00 2001 From: Harshith Umesh Date: Thu, 15 Feb 2024 01:35:50 -0500 Subject: [PATCH] fix ci file 3 --- .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 a3d54b5..e5e7f45 100644 --- a/.github/workflows/ci_integration_tests.yml +++ b/.github/workflows/ci_integration_tests.yml @@ -39,7 +39,7 @@ jobs: - name: Check MySQL Connection run: | - mysql -h mysql -u root -p password -e "SHOW DATABASES;" + mysql -h mysql -u root -ppassword -e "SHOW DATABASES;"