We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cec095 commit c24430fCopy full SHA for c24430f
1 file changed
.github/workflows/test-build.yml
@@ -120,15 +120,6 @@ jobs:
120
steps:
121
- uses: actions/checkout@v2
122
- 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
130
- done
131
- echo "ES8 started successfully!"
132
- name: Run tests
133
run: poetry run python3 -m invoke test-ci-api2 --junit
134
env:
0 commit comments