dont have any runners working anyway but sleep 120 to see if mysql will be available
This commit is contained in:
@@ -45,6 +45,7 @@ jobs:
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
|
||||
apt-get update
|
||||
apt install -y default-mysql-client
|
||||
sleep 120
|
||||
mysql -h mysql8 -u root -e 'CREATE DATABASE cakephp;'
|
||||
|
||||
- name: Setup PHP
|
||||
|
||||
Reference in New Issue
Block a user