Skip to content

Commit e7a357d

Browse files
committed
chore: cache folder rector
1 parent 45050ed commit e7a357d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444

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

47+
- name: Make Folder Cache Rector
48+
if: matrix.actions.name == 'Rector'
49+
run: mkdir -p /tmp/rector
50+
4751
- name: Rector Cache
4852
if: matrix.actions.name == 'Rector'
4953
uses: actions/cache@v4
@@ -52,8 +56,4 @@ jobs:
5256
key: ${{ runner.os }}-rector-${{ github.run_id }}
5357
restore-keys: ${{ runner.os }}-rector-
5458

55-
- name: Make Folder Cache Rector
56-
if: matrix.actions.name == 'Rector'
57-
run: mkdir -p /tmp/rector
58-
5959
- run: ${{ matrix.actions.run }}

0 commit comments

Comments
 (0)