diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2932450..36f2581 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: run: vendor/bin/testbench vendor:publish --provider="Sprout\\SproutServiceProvider" - name: Execute tests - run: composer test + run: vendor/bin/phpunit --testsuite=Unit,Feature - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4