Update examples to start mysql service

This commit is contained in:
Shivam Mathur
2020-02-26 22:06:23 +05:30
parent 99161b7790
commit f2720d7b82
6 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,8 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, fileinfo, mysql
coverage: xdebug #optional
- name: Start mysql service
run: sudo /etc/init.d/mysql start
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"