dont have any runners working anyway but sleep 120 to see if mysql will be available
This commit is contained in:
parent
9d777f12b2
commit
82b3ca59ed
|
@ -45,6 +45,7 @@ jobs:
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
|
||||||
apt-get update
|
apt-get update
|
||||||
apt install -y default-mysql-client
|
apt install -y default-mysql-client
|
||||||
|
sleep 120
|
||||||
mysql -h mysql8 -u root -e 'CREATE DATABASE cakephp;'
|
mysql -h mysql8 -u root -e 'CREATE DATABASE cakephp;'
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
|
|
|
@ -61,7 +61,7 @@ $cache = [
|
||||||
'engine' => 'File',
|
'engine' => 'File',
|
||||||
'path' => CACHE,
|
'path' => CACHE,
|
||||||
],
|
],
|
||||||
'_cake_core_' => [
|
'_cake_translations_' => [
|
||||||
'className' => 'File',
|
'className' => 'File',
|
||||||
'prefix' => 'crud_myapp_cake_core_',
|
'prefix' => 'crud_myapp_cake_core_',
|
||||||
'path' => CACHE . 'persistent/',
|
'path' => CACHE . 'persistent/',
|
||||||
|
|
Loading…
Reference in New Issue