we need to start mysql now?!

This commit is contained in:
Brad Dutton
2022-03-26 13:59:15 -07:00
parent eb490ade4f
commit e20bd74161
+3
View File
@@ -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;'