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.
algoliasearch
1 parent 988040c commit 3c7498bCopy full SHA for 3c7498b
.github/workflows/check.yml
@@ -229,7 +229,7 @@ jobs:
229
run: cd ${{ matrix.client.path }} && yarn test:size
230
231
- name: Run JavaScript 'algoliasearch' client tests
232
- if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' }}
+ if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' && contains(matrix.client.toRun,'algoliasearch') }}
233
run: cd ${{ matrix.client.path }} && yarn workspace algoliasearch test
234
235
- name: Remove previous CTS output
0 commit comments