Skip to content

Commit 78d12d1

Browse files
Remove duplicated mutation output
1 parent 84f3e15 commit 78d12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: vendor/bin/phpunit --testdox --color=always
4444

4545
- name: Mutation tests
46-
run: vendor/bin/infection --threads=2 --min-msi=100 --ansi && cat var/log/infection.log
46+
run: vendor/bin/infection --threads=2 --min-msi=100 --ansi
4747

4848
- name: Mutation Report
4949
run: cat var/log/infection.log

0 commit comments

Comments
 (0)