This commit is contained in:
loviuz 2021-05-15 16:44:14 +02:00 committed by GitHub
parent 0b43e63d02
commit 9411e66c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Startup Apache2
run: sudo service apache2 start
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it