Skip to content

Commit 7bca6ec

Browse files
committed
Update build.yml
1 parent 49b7131 commit 7bca6ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ jobs:
178178
- name: "Install dependencies"
179179
run: "composer install --no-interaction --no-progress"
180180

181+
- uses: "actions/download-artifact@v4"
182+
with:
183+
name: "result-cache"
184+
path: "/tmp/"
185+
181186
- name: "Run infection"
182187
run: |
183188
git fetch --depth=1 origin $GITHUB_BASE_REF
@@ -227,3 +232,8 @@ jobs:
227232

228233
- name: "PHPStan"
229234
run: "make phpstan"
235+
236+
- uses: "actions/upload-artifact@v4"
237+
with:
238+
name: "result-cache"
239+
path: "/tmp/resultCache.php"

0 commit comments

Comments
 (0)