Skip to content

Commit 6937791

Browse files
committed
test trigger build cache
1 parent 0add2ae commit 6937791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
key: |
146146
${{ matrix.client }}-${{ hashFiles(
147-
'clients/algoliasearch-client-javascript/packages/{0}/**',
147+
format('clients/algoliasearch-client-javascript/packages/{0}/**', matrix.client),
148148
'clients/algoliasearch-client-javascript/yarn.lock'
149149
)}}
150150
path: clients/algoliasearch-client-javascript/packages/${{ matrix.client }}

0 commit comments

Comments
 (0)