Skip to content

Commit 67cf382

Browse files
committed
upload infection log as artifact to ease debugging
1 parent b3b8b99 commit 67cf382

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ jobs:
188188
git fetch --depth=1 origin $GITHUB_BASE_REF
189189
infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
190190
191+
- uses: "actions/upload-artifact@v4"
192+
with:
193+
name: "infection-log-${{ matrix.php-version }}"
194+
path: "tmp/infection.log"
195+
191196
static-analysis:
192197
name: "PHPStan"
193198
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)