We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a347902 + 4fe56a9 commit bed7057Copy full SHA for bed7057
.github/workflows/phpunit.yml renamed to .github/workflows/pest.yml
@@ -42,4 +42,4 @@ jobs:
42
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
43
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
44
- name: Execute tests
45
- run: vendor/bin/phpunit
+ run: vendor/bin/pest
0 commit comments