Skip to content

Commit 30a0338

Browse files
committed
bump gh jobs 8 - urls
1 parent 6678298 commit 30a0338

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
@@ -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

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

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

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

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

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)