We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45050ed commit e7a357dCopy full SHA for e7a357d
.github/workflows/code_analysis.yaml
@@ -44,6 +44,10 @@ jobs:
44
45
- uses: ramsey/composer-install@v3
46
47
+ - name: Make Folder Cache Rector
48
+ if: matrix.actions.name == 'Rector'
49
+ run: mkdir -p /tmp/rector
50
+
51
- name: Rector Cache
52
if: matrix.actions.name == 'Rector'
53
uses: actions/cache@v4
@@ -52,8 +56,4 @@ jobs:
56
key: ${{ runner.os }}-rector-${{ github.run_id }}
57
restore-keys: ${{ runner.os }}-rector-
54
58
55
- - name: Make Folder Cache Rector
- if: matrix.actions.name == 'Rector'
- run: mkdir -p /tmp/rector
-
59
- run: ${{ matrix.actions.run }}
0 commit comments