Skip to content

Commit

Permalink
database-integration-test16
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Mar 15, 2024
1 parent 8f40853 commit 95e05e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
cat /etc/mysql/mysql.conf.d/mysqld.cnf
sudo systemctl start mysql.service
sudo systemctl status mysql.service
sudo mysql -u root -p
sudo mysql -u root -p -e "CREATE DATABASE IF NOT EXISTS test;"
# - name: package demos
# shell: bash
# run: |
Expand Down

0 comments on commit 95e05e5

Please sign in to comment.