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 4290179 commit 6f759a2Copy full SHA for 6f759a2
.github/workflows/build.yml
@@ -181,7 +181,7 @@ jobs:
181
- uses: "actions/download-artifact@v4"
182
with:
183
name: "result-cache"
184
- path: "${{ runner.temp }}"
+ path: "tmp/"
185
186
- name: "Run infection"
187
run: |
@@ -236,4 +236,4 @@ jobs:
236
- uses: "actions/upload-artifact@v4"
237
238
239
- path: "${{ runner.temp }}/resultCache.php"
+ path: "tmp/resultCache.php"
phpstan.neon
@@ -13,7 +13,7 @@ includes:
13
- phar://phpstan.phar/conf/bleedingEdge.neon
14
15
parameters:
16
- resultCachePath: %tmpDir%/resultCache.php
+ resultCachePath: tmp/resultCache.php
17
18
excludePaths:
19
- tests/*/data/*
0 commit comments