diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 923ae683b7..96c8903b76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |