Skip to content

Commit 540728e

Browse files
authored
Switch to php artisan test to make it work out of the box (#6555)
1 parent bd44e4a commit 540728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
run: php artisan key:generate
4545

4646
- name: Execute tests
47-
run: vendor/bin/phpunit
47+
run: php artisan test

0 commit comments

Comments
 (0)