Skip to content

Commit

Permalink
Remove module-laravel5 dependency from sample
Browse files Browse the repository at this point in the history
because it interfere with module tests
  • Loading branch information
Naktibalda committed Oct 28, 2020
1 parent 43f2e6a commit 1d8a82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Install Laravel Sample
run: |
composer remove --no-update --dev codeception/module-laravel5
composer update --no-dev --prefer-dist --no-interaction
cp .env.testing .env
touch storage/testing.sqlite
Expand Down

0 comments on commit 1d8a82f

Please sign in to comment.