File tree 2 files changed +2
-1
lines changed
specs/search/paths/objects
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ jobs:
220
220
run : cd clients/algoliasearch-client-javascript && yarn test ${{ !contains(fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun, 'algoliasearch') && '--ignore algoliasearch' || '' }}
221
221
222
222
- name : Test JavaScript bundle size
223
+ if : ${{ startsWith(env.head_ref, 'chore/prepare-release-') }}
223
224
run : cd clients/algoliasearch-client-javascript && yarn test:size
224
225
225
226
- name : Remove previous CTS output
Original file line number Diff line number Diff line change 9
9
This operation doesn't accept empty queries or filters.
10
10
11
11
It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse),
12
- and then delete the records using the [`batch` operation](tag/Records/operation/batch).
12
+ and then delete the records using the [`batch` operation](# tag/Records/operation/batch).
13
13
parameters :
14
14
- $ref : ' ../../../common/parameters.yml#/IndexName'
15
15
requestBody :
You can’t perform that action at this time.
0 commit comments