Skip to content

Commit 56554d8

Browse files
Updated CI command
1 parent ae38eb9 commit 56554d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Install Dependencies
2020
run: php /usr/bin/composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
2121
- name: Install Testbench
22-
run: php /usr/bin/composer require -q --dev --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist orchestra/testbench:${{ matrix.testbench }}
22+
run: php /usr/bin/composer require -q --dev -W --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist orchestra/testbench:${{ matrix.testbench }}
2323
- name: Execute tests via PHPUnit
2424
run: php vendor/bin/phpunit --stop-on-failure

0 commit comments

Comments
 (0)