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;"