Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit e8977bf

Browse files
committed
update mysql run cmd
1 parent f5fd0cf commit e8977bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- name: Set up MySql
4848
run: |
4949
sudo service mysql start
50-
sudo mysql -uroot -proot
51-
sudo mysql -e 'CREATE DATABASE python_blogs;'
50+
sudo mysql -uroot -proot -e 'CREATE DATABASE python_blogs;'
5251
- name: Run Migrations
5352
run: |
5453
python manage.py migrate

0 commit comments

Comments
 (0)