diff --git a/.github/workflows/ci-phpunit.yml b/.github/workflows/ci-phpunit.yml index 013cbdc..40fe4ce 100644 --- a/.github/workflows/ci-phpunit.yml +++ b/.github/workflows/ci-phpunit.yml @@ -117,4 +117,4 @@ jobs: composer update --prefer-dist --no-interaction --prefer-stable --prefer-lowest --no-progress - name: Execute tests - run: php artisan test + run: composer test