We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029b00a commit 12c664aCopy full SHA for 12c664a
.github/workflows/tests.yml
@@ -46,6 +46,13 @@ jobs:
46
services:
47
neo4j:
48
image: neo4j:5.22
49
+ options: >-
50
+ --hostname neo4j
51
+ --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
52
+ --health-start-period "60s"
53
+ --health-interval "30s"
54
+ --health-timeout "15s"
55
+ --health-retries "5"
56
ports:
57
- 7474:7474
58
- 7687:7687
0 commit comments