Skip to content

Commit e2a3e9f

Browse files
committed
corrected ports health check
1 parent 917a2c2 commit e2a3e9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/full-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
core1:
5050
image: neo4j:4.4-enterprise
5151
options: >-
52-
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
52+
--health-cmd "wget -q --method=HEAD http://localhost:7475 || exit 1"
5353
--health-start-period "60s"
5454
--health-interval "30s"
5555
--health-timeout "15s"
@@ -75,7 +75,7 @@ jobs:
7575
core2:
7676
image: neo4j:4.4-enterprise
7777
options: >-
78-
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
78+
--health-cmd "wget -q --method=HEAD http://localhost:7476 || exit 1"
7979
--health-start-period "60s"
8080
--health-interval "30s"
8181
--health-timeout "15s"
@@ -101,7 +101,7 @@ jobs:
101101
core3:
102102
image: neo4j:4.4-enterprise
103103
options: >-
104-
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
104+
--health-cmd "wget -q --method=HEAD http://localhost:7477 || exit 1"
105105
--health-start-period "60s"
106106
--health-interval "30s"
107107
--health-timeout "15s"
@@ -127,7 +127,7 @@ jobs:
127127
readreplica1:
128128
image: neo4j:4.4-enterprise
129129
options: >-
130-
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
130+
--health-cmd "wget -q --method=HEAD http://localhost:7478 || exit 1"
131131
--health-start-period "60s"
132132
--health-interval "30s"
133133
--health-timeout "15s"

0 commit comments

Comments
 (0)