Skip to content

Commit

Permalink
chore: cache folder rector
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 5, 2024
1 parent 45050ed commit e7a357d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:

- uses: ramsey/composer-install@v3

- name: Make Folder Cache Rector
if: matrix.actions.name == 'Rector'
run: mkdir -p /tmp/rector

- name: Rector Cache
if: matrix.actions.name == 'Rector'
uses: actions/cache@v4
Expand All @@ -52,8 +56,4 @@ jobs:
key: ${{ runner.os }}-rector-${{ github.run_id }}
restore-keys: ${{ runner.os }}-rector-

- name: Make Folder Cache Rector
if: matrix.actions.name == 'Rector'
run: mkdir -p /tmp/rector

- run: ${{ matrix.actions.run }}

0 comments on commit e7a357d

Please sign in to comment.