Skip to content

Commit

Permalink
Use no plugins in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Jul 8, 2022
1 parent d605113 commit 21b678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "doctrine/dbal:${{ matrix.dbal }}" --no-interaction --no-update -vvv
composer install --prefer-dist --no-interaction -vvv
composer install --prefer-dist --no-interaction --no-plugins -vvv
- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit 21b678e

Please sign in to comment.