From afbeb6439d73ab77ad19c217d798ae373a2cbb76 Mon Sep 17 00:00:00 2001 From: ben stear Date: Wed, 15 Nov 2023 11:21:18 -0500 Subject: [PATCH] Update petagraph_qc_tests.yml --- .github/workflows/petagraph_qc_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/petagraph_qc_tests.yml b/.github/workflows/petagraph_qc_tests.yml index 007f76e..9df85d2 100644 --- a/.github/workflows/petagraph_qc_tests.yml +++ b/.github/workflows/petagraph_qc_tests.yml @@ -34,12 +34,13 @@ jobs: --health-retries 20 --health-interval 10s --health-start-period 30s + ports: - 7687:7687 steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - run: neo4j + - run: /bin/neo4j - name: checkout repo (and lfs files!) uses: actions/checkout@v3 with: