Change command to start mysql from sysVinit to systemd in examples

This commit is contained in:
Shivam Mathur
2021-12-15 13:26:33 +05:30
parent dab0e73adf
commit aa1efabe45
6 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ jobs:
extensions: mbstring, dom, fileinfo, mysql
coverage: xdebug #optional
- name: Start mysql service
run: sudo /etc/init.d/mysql start
run: sudo systemctl start mysql
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"