Skip to content

Commit 3d4fb00

Browse files
committed
fix phpunit workflow
1 parent bf20f2d commit 3d4fb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Test with PHPUnit
63-
run: vendor/bin/phpunit --verbose --coverage-text
63+
run: vendor/bin/phpunit --coverage-text
6464
env:
6565
TERM: xterm-256color
6666
TACHYCARDIA_MONITOR_GA: enabled

0 commit comments

Comments
 (0)