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 f1cafde commit 3de22d9Copy full SHA for 3de22d9
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
NEO4J_AUTH: neo4j/password
21
options: >-
22
- --health-cmd "curl --silent --fail localhost:7474 || exit 1"
+ --health-cmd "curl --silent --fail http://localhost:7474 || exit 1"
23
--health-interval 10s
24
--health-retries 5
25
--health-timeout 5s
0 commit comments