Skip to content

Commit 4aeb88e

Browse files
committed
fix: update test command to use PHPUnit with testdox format
1 parent db77186 commit 4aeb88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
DB_CONNECTION: sqlite
6262
DB_DATABASE: ":memory:"
6363
QUEUE_CONNECTION: sync
64-
run: php artisan test
64+
run: ./vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)