Skip to content

Commit 818832c

Browse files
committed
fix cache restore-keys
1 parent 74443bc commit 818832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
path: ~/.composer/cache/files
2929
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
30-
keys: |
30+
restore-keys: |
3131
dependencies-php-${{ matrix.php }}-composer-
3232
dependencies-php-
3333

0 commit comments

Comments
 (0)