mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 11:10:37 -04:00
we need to start mysql now?!
This commit is contained in:
@@ -52,6 +52,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer install
|
||||
|
||||
- name: Start mysql service
|
||||
run: sudo systemctl start mysql
|
||||
|
||||
- name: create gallery3 db
|
||||
run: mysql -h 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -u root -p123 -e 'create database gallery3;'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user