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 b3b8b99 commit 67cf382Copy full SHA for 67cf382
.github/workflows/build.yml
@@ -188,6 +188,11 @@ jobs:
188
git fetch --depth=1 origin $GITHUB_BASE_REF
189
infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
190
191
+ - uses: "actions/upload-artifact@v4"
192
+ with:
193
+ name: "infection-log-${{ matrix.php-version }}"
194
+ path: "tmp/infection.log"
195
+
196
static-analysis:
197
name: "PHPStan"
198
runs-on: "ubuntu-latest"
0 commit comments