Applied StyleCI changes, added php/larastan to attribution

This commit is contained in:
Dan Brown
2021-11-05 16:27:59 +00:00
parent bc291bee78
commit 5c6a6b50a0
8 changed files with 15 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ jobs:
mysql -uroot -proot -e "GRANT ALL ON \`bookstack-test\`.* TO 'bookstack-test'@'localhost';"
mysql -uroot -proot -e 'FLUSH PRIVILEGES;'
- name: Install composer dependencies & Test
- name: Install composer dependencies
run: composer install --prefer-dist --no-interaction --ansi
- name: Migrate and seed the database