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 91d8b14 commit 60f5abdCopy full SHA for 60f5abd
.github/workflows/build.yml
@@ -189,6 +189,7 @@ jobs:
189
infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100 --log-verbosity=all --debug
190
191
- uses: "actions/upload-artifact@v4"
192
+ if: always()
193
with:
194
name: "infection-log-${{ matrix.php-version }}"
195
path: "tmp/infection.log"
0 commit comments