Skip to content

Commit

Permalink
#20 Replaced --no-suggest with --no-interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
awd-studio committed Jun 12, 2023
1 parent 868a227 commit 010e724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: composer validate

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

- name: Install tools
run: cd tools/php-cs-fixer && composer install --prefer-dist --no-progress --no-suggest && cd -
run: cd tools/php-cs-fixer && composer install --prefer-dist --no-progress --no-interaction && cd -

- name: Testing out
run: composer test

0 comments on commit 010e724

Please sign in to comment.