Enable Composer scripts for browser tests

This commit is contained in:
Ben Thomson 2020-02-13 16:56:08 +08:00
parent b78909d914
commit 1f30cf5809
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
unzip rainlab-dusk.zip -d plugins/rainlab
mv plugins/rainlab/dusk-plugin-master plugins/rainlab/dusk
- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --no-suggest --no-scripts
run: composer install --no-interaction --no-progress --no-suggest
- name: Run post-update Composer scripts
run: php artisan package:discover
- name: Reset October modules