We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44fb52 commit c24227eCopy full SHA for c24227e
.github/workflows/pr-e2e-tests.yaml
@@ -37,6 +37,9 @@ jobs:
37
image: cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
38
env:
39
ENABLE_CUDA: '0'
40
+ options: >-
41
+ --health-cmd "curl -f localhost:8080/v1/.well-known/ready"
42
+ --health-retries 20
43
neo4j:
44
image: neo4j:${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
45
0 commit comments