Dan Brown 2020-03-14 18:44:02 +00:00
parent 7f6cbead33
commit 8a4e75ef32
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -31,6 +31,10 @@ jobs:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ matrix.php }}
- name: Start Database
run: |
sudo /etc/init.d/mysql start
- name: Setup Database
run: |
mysql -uroot -proot -e 'CREATE DATABASE IF NOT EXISTS `bookstack-test`;'