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 @@ -206,7 +206,7 @@ jobs:
206206 run : |
207207 sleep 30
208208 curl -f http://localhost:6333/
209- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
209+ curl -f http ://localhost:7474/
210210
211211 - name : Run integration tests
212212 env :
Original file line number Diff line number Diff line change 7979 run : |
8080 sleep 30
8181 curl -f http://localhost:6333/
82- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
82+ curl -f http ://localhost:7474/
8383
8484 - name : Run unit tests with coverage
8585 env :
@@ -162,7 +162,7 @@ jobs:
162162 run : |
163163 sleep 30
164164 curl -f http://localhost:6333/
165- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
165+ curl -f http ://localhost:7474/
166166
167167 - name : Test vector search
168168 env :
@@ -337,7 +337,7 @@ jobs:
337337 run : |
338338 sleep 30
339339 curl -f http://localhost:6333/
340- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
340+ curl -f http ://localhost:7474/
341341
342342 - name : Run service integration tests
343343 env :
Original file line number Diff line number Diff line change 7979 run : |
8080 sleep 30
8181 curl -f http://localhost:6333/
82- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
82+ curl -f http ://localhost:7474/
8383
8484 - name : Run unit tests with coverage
8585 env :
@@ -160,7 +160,7 @@ jobs:
160160 run : |
161161 sleep 30
162162 curl -f http://localhost:6333/
163- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
163+ curl -f http ://localhost:7474/
164164
165165 - name : Test Neo4j schema
166166 env :
@@ -323,7 +323,7 @@ jobs:
323323 run : |
324324 sleep 30
325325 curl -f http://localhost:6333/
326- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
326+ curl -f http ://localhost:7474/
327327
328328 - name : Run service integration tests
329329 env :
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 run : |
185185 sleep 30
186186 curl -f http://localhost:6333/
187- echo "RETURN 1" | cypher-shell -u neo4j -p testpassword -a bolt ://localhost:7687
187+ curl -f http ://localhost:7474/
188188
189189 - name : Run integration tests
190190 env :
You can’t perform that action at this time.
0 commit comments