Skip to content

Commit 1d8a82f

Browse files
committed
Remove module-laravel5 dependency from sample
because it interfere with module tests
1 parent 43f2e6a commit 1d8a82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Install Laravel Sample
3232
run: |
33+
composer remove --no-update --dev codeception/module-laravel5
3334
composer update --no-dev --prefer-dist --no-interaction
3435
cp .env.testing .env
3536
touch storage/testing.sqlite

0 commit comments

Comments
 (0)