diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efbd9a2e3..9f0ab376b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,7 +77,12 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install Composer dependencies - run: composer install --no-interaction --no-progress --no-suggest + run: composer install --no-interaction --no-progress --no-suggest --no-scripts + + - name: Reset October modules + run: | + git reset --hard HEAD + composer dumpautoload - name: Run post-update Composer scripts run: php artisan package:discover