Skip to content

Commit

Permalink
Remove no-suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker committed Dec 24, 2020
1 parent b38d20f commit 5cae7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: composer run-script test

0 comments on commit 5cae7eb

Please sign in to comment.