This commit is contained in:
parent
0b43e63d02
commit
9411e66c41
|
@ -34,9 +34,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Startup Apache2
|
|
||||||
run: sudo service apache2 start
|
|
||||||
|
|
||||||
- name: Shutdown Ubuntu MySQL (SUDO)
|
- name: Shutdown Ubuntu MySQL (SUDO)
|
||||||
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it
|
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue