Added the mariadb service start.

feature/remove-db-abstract
Ruslan Baidan 2024-10-06 19:10:58 +02:00
父節點 2818ea635c
當前提交 37c741dfda
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4B7724C136BF1D89
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -30,8 +30,8 @@ jobs:
mysql user: $MYSQL_USER # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too mysql user: $MYSQL_USER # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too
mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user" mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user"
# - name: Start MySQL (SUDO) - name: Start MySQL (SUDO)
# run: sudo service mysql start run: sudo service maraidb start
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2