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 e509b9a commit 2eecbb9Copy full SHA for 2eecbb9
.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
@@ -17,8 +17,8 @@ parameters:
17
paths:
18
- src
19
- tests
20
-
21
- resultCachePath: %tmpDir%/resultCache.php
+
+ resultCachePath: tmp/resultCache.php
22
23
excludePaths:
24
- tests/*/data/*
0 commit comments