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