File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 25
25
php-version : ${{ matrix.phpVersions }}
26
26
extension-csv : mbstring, intl
27
27
- name : Install Composer dependencies
28
- run : composer install --no-interaction --no-progress --no-suggest
28
+ run : composer install --no-interaction --no-progress --no-suggest --no-scripts
29
29
- name : Reset October modules and library
30
30
run : |
31
31
git reset --hard HEAD
34
34
unzip ./vendor/october/develop.zip -d ./vendor/october
35
35
mv ./vendor/october/library-develop ./vendor/october/rain
36
36
composer dump-autoload
37
+ - name : Run post-update Composer scripts
38
+ run : |
39
+ php artisan october:util set build
40
+ php artisan package:discover
37
41
- name : Run Linting and Tests
38
42
run : |
39
43
./vendor/bin/parallel-lint --exclude vendor --exclude storage --exclude tests/fixtures/plugins/testvendor/goto/Plugin.php .
You can’t perform that action at this time.
0 commit comments