Skip to content

Commit 23ff01c

Browse files
committed
change command
1 parent 0a46723 commit 23ff01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5555
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5656
- name: Execute tests
57-
run: vendor/bin/phpunit
57+
run: composer run test-coverage -- --coverage-text

0 commit comments

Comments
 (0)