We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3e15 commit 78d12d1Copy full SHA for 78d12d1
.github/workflows/test-deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
run: vendor/bin/phpunit --testdox --color=always
44
45
- name: Mutation tests
46
- run: vendor/bin/infection --threads=2 --min-msi=100 --ansi && cat var/log/infection.log
+ run: vendor/bin/infection --threads=2 --min-msi=100 --ansi
47
48
- name: Mutation Report
49
run: cat var/log/infection.log
0 commit comments