Skip to content

Commit

Permalink
Updated CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
almightynassar committed Jan 22, 2023
1 parent ae38eb9 commit 56554d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Install Dependencies
run: php /usr/bin/composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Install Testbench
run: php /usr/bin/composer require -q --dev --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist orchestra/testbench:${{ matrix.testbench }}
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 }}
- name: Execute tests via PHPUnit
run: php vendor/bin/phpunit --stop-on-failure

0 comments on commit 56554d8

Please sign in to comment.