Skip to content

Commit 5d82f0b

Browse files
PratikshaPratiksha
authored andcommitted
DEBUG
1 parent 3de22d9 commit 5d82f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
NEO4J_AUTH: neo4j/password
2121
options: >-
22-
--health-cmd "curl --silent --fail http://localhost:7474 || exit 1"
22+
--health-cmd "wget --no-verbose --tries=1 --spider localhost:7474 || exit 1"
2323
--health-interval 10s
2424
--health-retries 5
2525
--health-timeout 5s

0 commit comments

Comments
 (0)