We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c80332 commit fd11c35Copy full SHA for fd11c35
1 file changed
.github/workflows/build.yml
@@ -262,6 +262,14 @@ jobs:
262
> infection.json5
263
cat infection.json5 | jq
264
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
+
273
- name: "Run infection"
274
run: |
275
git fetch --depth=1 origin $GITHUB_BASE_REF
0 commit comments