From e39216e96822cc2e1fa0cc97a9fe57345d5c8501 Mon Sep 17 00:00:00 2001 From: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:36:27 +0300 Subject: [PATCH] mysql config Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> --- script/ci-github.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/ci-github.sh b/script/ci-github.sh index 051766b..620ed91 100755 --- a/script/ci-github.sh +++ b/script/ci-github.sh @@ -9,8 +9,7 @@ echo "${create_t1}" | schemadiff load > $output_file grep -q 'CREATE TABLE' $output_file -echo "check -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}" -echo "${create_t1}" | mysql -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }} test +echo "${create_t1}" | mysql -u$root -proot test rm $output_file