ci: fix systemctl is not available
Some checks failed
Unit Testing / phpunit (7.2) (push) Waiting to run
Unit Testing / phpunit (7.3) (push) Waiting to run
Unit Testing / phpunit (7.4) (push) Waiting to run
Unit Testing / phpunit (8.0) (push) Waiting to run
Unit Testing / phpunit (8.1) (push) Waiting to run
Unit Testing / phpunit (8.2) (push) Waiting to run
Unit Testing / phpunit (latest) (push) Waiting to run
PHP_CodeSniffer / phpcs (push) Has been cancelled
Unit Testing / phpunit (5.6, 6.2) (push) Failing after 4m57s
Unit Testing / phpunit (7.0) (push) Has been cancelled
Some checks failed
Unit Testing / phpunit (7.2) (push) Waiting to run
Unit Testing / phpunit (7.3) (push) Waiting to run
Unit Testing / phpunit (7.4) (push) Waiting to run
Unit Testing / phpunit (8.0) (push) Waiting to run
Unit Testing / phpunit (8.1) (push) Waiting to run
Unit Testing / phpunit (8.2) (push) Waiting to run
Unit Testing / phpunit (latest) (push) Waiting to run
PHP_CodeSniffer / phpcs (push) Has been cancelled
Unit Testing / phpunit (5.6, 6.2) (push) Failing after 4m57s
Unit Testing / phpunit (7.0) (push) Has been cancelled
This commit is contained in:
parent
6cdfbbac22
commit
c26bd22752
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ cremysqladminate_db() {
|
||||||
install_db() {
|
install_db() {
|
||||||
# the mariadb commands are not available on some self-hosted runner images
|
# the mariadb commands are not available on some self-hosted runner images
|
||||||
apt update && apt-get install mariadb-server mariadb-client -y
|
apt update && apt-get install mariadb-server mariadb-client -y
|
||||||
systemctl start mariadb
|
service mariadb start
|
||||||
|
|
||||||
if [ ${SKIP_DB_CREATE} = "true" ]; then
|
if [ ${SKIP_DB_CREATE} = "true" ]; then
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue