Skip to content

Commit 6cd4378

Browse files
committed
TASK: Adjust ci composer cache
1 parent cecb5d6 commit 6cd4378

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
- name: Cache dependencies
5959
uses: actions/cache@v3
6060
with:
61-
path: ${{ steps.composer-cache.outputs.dir }}
62-
key: ${{ runner.os }}-composer-${{ matrix.neosVersion }}-${{ hashFiles('**/composer.json') }}
63-
restore-keys: ${{ runner.os }}-composer-${{ matrix.neosVersion }}-
61+
path: ~/.composer/cache
62+
key: dependencies-composer-${{ hashFiles('composer.json') }}
6463

6564
- name: Prepare Flow distribution
6665
run: |

0 commit comments

Comments
 (0)