From 540728ed96d84896c6d8c3ad263d64af2db831af Mon Sep 17 00:00:00 2001 From: Nico Deblauwe Date: Fri, 28 Feb 2025 01:27:31 +0700 Subject: [PATCH] Switch to `php artisan test` to make it work out of the box (#6555) --- .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 769390bf..e43d40dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,4 +44,4 @@ jobs: run: php artisan key:generate - name: Execute tests - run: vendor/bin/phpunit + run: php artisan test