Skip to content

Commit 3c7498b

Browse files
authored
chore: fix algoliasearch run condition (#983)
1 parent 988040c commit 3c7498b

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
@@ -229,7 +229,7 @@ jobs:
229229
run: cd ${{ matrix.client.path }} && yarn test:size
230230

231231
- name: Run JavaScript 'algoliasearch' client tests
232-
if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' }}
232+
if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' && contains(matrix.client.toRun,'algoliasearch') }}
233233
run: cd ${{ matrix.client.path }} && yarn workspace algoliasearch test
234234

235235
- name: Remove previous CTS output

0 commit comments

Comments
 (0)