Skip to content

Commit c24430f

Browse files
committed
remove unnecessary loop
1 parent 8cec095 commit c24430f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@v2
122122
- uses: ./.github/actions/start-build
123-
- name: Wait for Elasticsearch
124-
run: |
125-
echo "Waiting for ES8 health..."
126-
sleep 5
127-
until curl -sf http://localhost:9202/_cluster/health?wait_for_status=yellow; do
128-
echo "ES8 not ready yet..."
129-
sleep 5
130-
done
131-
echo "ES8 started successfully!"
132123
- name: Run tests
133124
run: poetry run python3 -m invoke test-ci-api2 --junit
134125
env:

0 commit comments

Comments
 (0)