Skip to content

Commit fd11c35

Browse files
committed
Update build.yml
1 parent 4c80332 commit fd11c35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,14 @@ jobs:
262262
> infection.json5
263263
cat infection.json5 | jq
264264
265+
- name: "Cache Result cache"
266+
uses: actions/cache@v4
267+
with:
268+
path: ./tmp
269+
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
270+
restore-keys: |
271+
result-cache-v1-${{ matrix.php-version }}-
272+
265273
- name: "Run infection"
266274
run: |
267275
git fetch --depth=1 origin $GITHUB_BASE_REF

0 commit comments

Comments
 (0)