Skip to content

Commit db083c1

Browse files
committed
bump gh jobs 9 - cypher
1 parent 30a0338 commit db083c1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/cv-search-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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:

.github/workflows/cv-storage-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)