fix: service start call
This commit is contained in:
parent
3b3fa00b76
commit
a0c8807871
1 changed files with 2 additions and 2 deletions
4
.github/workflows/exec.yml
vendored
4
.github/workflows/exec.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
sudo service start mysql
|
sudo service mysql start
|
||||||
sudo service status mysql
|
sudo service mysql status
|
||||||
|
|
||||||
git clone https://github.com/datacharmer/test_db.git
|
git clone https://github.com/datacharmer/test_db.git
|
||||||
cd test_db
|
cd test_db
|
||||||
|
|
Loading…
Reference in a new issue