From 3a18b9b4a6048fd86d965c3278a9c20ef282332d Mon Sep 17 00:00:00 2001 From: Nils Krehl Date: Mon, 15 Apr 2024 18:09:59 +0200 Subject: [PATCH] #321: fix cicd pipeline --- .github/workflows/tests_and_code_quality.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests_and_code_quality.yaml b/.github/workflows/tests_and_code_quality.yaml index b981785a..b3fb735e 100644 --- a/.github/workflows/tests_and_code_quality.yaml +++ b/.github/workflows/tests_and_code_quality.yaml @@ -28,6 +28,8 @@ jobs: #---------------------------------------------- - name: Run tests uses: ./.github/actions/test + with: + NEO4J_VERSION: "4.4-enterprise" #---------------------------------------------- # generate test coverage badge #----------------------------------------------