We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0add2ae commit 6937791Copy full SHA for 6937791
.github/workflows/check.yml
@@ -144,7 +144,7 @@ jobs:
144
with:
145
key: |
146
${{ matrix.client }}-${{ hashFiles(
147
- 'clients/algoliasearch-client-javascript/packages/{0}/**',
+ format('clients/algoliasearch-client-javascript/packages/{0}/**', matrix.client),
148
'clients/algoliasearch-client-javascript/yarn.lock'
149
)}}
150
path: clients/algoliasearch-client-javascript/packages/${{ matrix.client }}
0 commit comments