Switch to php artisan test to make it work out of the box (#6555)

This commit is contained in:
Nico Deblauwe
2025-02-27 11:27:31 -07:00
committed by GitHub
parent bd44e4a0ce
commit 540728ed96
+1 -1
View File
@@ -44,4 +44,4 @@ jobs:
run: php artisan key:generate run: php artisan key:generate
- name: Execute tests - name: Execute tests
run: vendor/bin/phpunit run: php artisan test