Skip to content

Commit

Permalink
mysql config
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Aug 16, 2023
1 parent b31de4b commit e39216e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/ci-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e39216e

Please sign in to comment.