Skip to content

Commit 1f054aa

Browse files
committed
Use phpunit instead of artisan test
1 parent 55f00a0 commit 1f054aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Run PHPUnit
7272
run: |
73-
php artisan test --parallel --runner WrapperRunner --stop-on-failure --coverage-text --coverage-clover=clover.xml
73+
vendor/bin/phpunit
7474
env:
7575
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
7676
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}

0 commit comments

Comments
 (0)