Skip to content

Commit bed7057

Browse files
committed
Run pest rather than phpunit
2 parents a347902 + 4fe56a9 commit bed7057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml renamed to .github/workflows/pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4343
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4444
- name: Execute tests
45-
run: vendor/bin/phpunit
45+
run: vendor/bin/pest

0 commit comments

Comments
 (0)