Skip to content

Commit 20a48fe

Browse files
committed
rector cache
1 parent 33962a9 commit 20a48fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,15 @@ jobs:
4444

4545
- uses: ramsey/composer-install@v3
4646

47+
- name: Rector Cache
48+
if: ${{ matrix.actions.name }} === 'Rector'
49+
uses: actions/cache@v4
50+
with:
51+
path: /tmp/rector
52+
key: ${{ runner.os }}-rector-${{ github.run_id }}
53+
restore-keys: ${{ runner.os }}-rector-
54+
55+
- if: ${{ matrix.actions.name }} === 'Rector'
56+
run: mkdir -p /tmp/rector
57+
4758
- run: ${{ matrix.actions.run }}

0 commit comments

Comments
 (0)