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

This commit is contained in:
Nico Deblauwe
2025-02-28 01:27:31 +07:00
committed by GitHub
parent bd44e4a0ce
commit 540728ed96

View File

@@ -44,4 +44,4 @@ jobs:
run: php artisan key:generate
- name: Execute tests
run: vendor/bin/phpunit
run: php artisan test