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

@ -34,6 +34,8 @@ jobs:
# Install memcached if using ext-memcached
extensions: mbstring, intl, redis, pdo_mysql
coverage: pcov
- 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)"