Skip to content

Commit

Permalink
chore(debug): Add sed to algoliasearch gems for debugging performance…
Browse files Browse the repository at this point in the history
… issue
  • Loading branch information
taoky committed Oct 21, 2024
1 parent fe54db0 commit da5634d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
bundle clean
npm install --include=dev
# debugging algolia slow bug
sed -i '/status = get_task_status(index_name, taskID, request_options)/a\ puts status' vendor/bundle/ruby/*/gems/algoliasearch-*/lib/algolia/client.rb
- name: "Linting: autocorrect"
continue-on-error: true
run: |
Expand Down

0 comments on commit da5634d

Please sign in to comment.