From 716c27cc594072382e04ccf609651c79de000e89 Mon Sep 17 00:00:00 2001 From: Nico Deblauwe Date: Thu, 27 Feb 2025 14:47:25 +0700 Subject: [PATCH] Switch to `php artisan test` to make it work out of the box --- .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 769390bf94d..e43d40dd0c2 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