Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 2, 2024
1 parent 20a48fe commit 58cf498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ jobs:
- uses: ramsey/composer-install@v3

- name: Rector Cache
if: ${{ matrix.actions.name }} === 'Rector'
if: matrix.actions == 'Rector'
uses: actions/cache@v4
with:
path: /tmp/rector
key: ${{ runner.os }}-rector-${{ github.run_id }}
restore-keys: ${{ runner.os }}-rector-

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

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

0 comments on commit 58cf498

Please sign in to comment.