Skip to content

Commit

Permalink
Revert Health Check hack...
Browse files Browse the repository at this point in the history
  • Loading branch information
DMalone87 committed Oct 14, 2024
1 parent 4682efb commit bbec21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ports:
- 7688:7687
options: >-
--health-cmd "cypher-shell -u neo4j -p test_pwd 'MERGE (n:TestMarker {name: 'TEST_DATABASE'});'"
--health-cmd "cypher-shell -u neo4j -p test_pwd 'RETURN 1'"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit bbec21f

Please sign in to comment.