File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 - name : Wait for services
206206 run : |
207207 sleep 30
208- curl -f http://localhost:6333/health
208+ curl -f http://localhost:6333/
209209 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
210210
211211 - name : Run integration tests
Original file line number Diff line number Diff line change 7878 - name : Wait for services
7979 run : |
8080 sleep 30
81- curl -f http://localhost:6333/health
81+ curl -f http://localhost:6333/
8282 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
8383
8484 - name : Run unit tests with coverage
@@ -161,7 +161,7 @@ jobs:
161161 - name : Wait for services
162162 run : |
163163 sleep 30
164- curl -f http://localhost:6333/health
164+ curl -f http://localhost:6333/
165165 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
166166
167167 - name : Test vector search
@@ -336,7 +336,7 @@ jobs:
336336 - name : Wait for services
337337 run : |
338338 sleep 30
339- curl -f http://localhost:6333/health
339+ curl -f http://localhost:6333/
340340 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
341341
342342 - name : Run service integration tests
Original file line number Diff line number Diff line change 7878 - name : Wait for services
7979 run : |
8080 sleep 30
81- curl -f http://localhost:6333/health
81+ curl -f http://localhost:6333/
8282 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
8383
8484 - name : Run unit tests with coverage
@@ -159,7 +159,7 @@ jobs:
159159 - name : Wait for services
160160 run : |
161161 sleep 30
162- curl -f http://localhost:6333/health
162+ curl -f http://localhost:6333/
163163 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
164164
165165 - name : Test Neo4j schema
@@ -322,7 +322,7 @@ jobs:
322322 - name : Wait for services
323323 run : |
324324 sleep 30
325- curl -f http://localhost:6333/health
325+ curl -f http://localhost:6333/
326326 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
327327
328328 - name : Run service integration tests
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 - name : Wait for services
184184 run : |
185185 sleep 30
186- curl -f http://localhost:6333/health
186+ curl -f http://localhost:6333/
187187 echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt://localhost:7687
188188
189189 - name : Run integration tests
You can’t perform that action at this time.
0 commit comments