From bbec21f97606431433a73c1ae55f48d30ef8ece4 Mon Sep 17 00:00:00 2001 From: Darrell Malone Jr Date: Mon, 14 Oct 2024 13:38:20 -0500 Subject: [PATCH] Revert Health Check hack... --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index fa682aa4c..c6fcbf1a8 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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