Skip to content

Commit

Permalink
Merge 9477a3c into 2d92723
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored Aug 20, 2024
2 parents 2d92723 + 9477a3c commit ee181e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
run: cd clients/algoliasearch-client-javascript && yarn test ${{ !contains(fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun, 'algoliasearch') && '--ignore algoliasearch' || '' }}

- name: Test JavaScript bundle size
if: ${{ startsWith(env.head_ref, 'chore/prepare-release-') }}
run: cd clients/algoliasearch-client-javascript && yarn test:size

- name: Remove previous CTS output
Expand Down
2 changes: 1 addition & 1 deletion specs/search/paths/objects/deleteBy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
This operation doesn't accept empty queries or filters.
It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse),
and then delete the records using the [`batch` operation](tag/Records/operation/batch).
and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
parameters:
- $ref: '../../../common/parameters.yml#/IndexName'
requestBody:
Expand Down

0 comments on commit ee181e8

Please sign in to comment.