Skip to content

Commit

Permalink
Fix wait for ES and OS
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q committed Apr 18, 2024
1 parent 47de680 commit d651bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions/run-engine-benchmark/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ runs:
flag="${{ inputs.engine }}"
if [[ "$flag" == *"elasticsearch"* || "$flag" == *"opensearch"* ]]; then
./tools/wait_for_green_status.sh
fi
source $(poetry env info -p)/bin/activate
poetry run python3 run.py --engines "${{ inputs.engine }}" --datasets "${{ inputs.dataset }}"

0 comments on commit d651bad

Please sign in to comment.