From baea8681bcbdc1bc0df40a254394e9f4d579f0f8 Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Mon, 18 Nov 2024 21:01:09 +0000 Subject: [PATCH] build(github): Separate out testsuites for workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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