Skip to content

Commit 60f5abd

Browse files
committed
always upload infection.log
1 parent 91d8b14 commit 60f5abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
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
190190
191191
- uses: "actions/upload-artifact@v4"
192+
if: always()
192193
with:
193194
name: "infection-log-${{ matrix.php-version }}"
194195
path: "tmp/infection.log"

0 commit comments

Comments
 (0)