Skip to content

Commit 5737b7d

Browse files
committed
Attemp to fix composer autoloading in CI
1 parent 6b70218 commit 5737b7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5454
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
55+
composer dump-autoload
5556
5657
- name: List Installed Dependencies
5758
run: composer show -D

0 commit comments

Comments
 (0)