Skip to content

Commit 9dd47b0

Browse files
committed
fix phpunit workflow
1 parent 5782f28 commit 9dd47b0

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
@@ -72,7 +72,7 @@ jobs:
7272
fi
7373
7474
- name: Test with PHPUnit
75-
run: vendor/bin/phpunit --verbose --coverage-text
75+
run: vendor/bin/phpunit --coverage-text
7676
env:
7777
TERM: xterm-256color
7878
TACHYCARDIA_MONITOR_GA: enabled

0 commit comments

Comments
 (0)