We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0643846 commit 6bc4a3fCopy full SHA for 6bc4a3f
.github/workflows/code-structure-analysis.yml
@@ -100,7 +100,8 @@ jobs:
100
- name: Setup temp directory if missing
101
run: mkdir -p ./temp
102
103
- - name: Setup Cache for "temp/downloads" folder
+ - name: Setup Cache for "temp/downloads" folder # TODO Reactivate step
104
+ if: ${{ false }}
105
uses: actions/cache@v3
106
with:
107
path: ./temp/downloads
scripts/startNeo4j.sh
@@ -8,7 +8,7 @@
8
# Requires waitForNeo4jHttp.sh
9
10
# Since errors are expected when trying out the connection fail on error is disabled here
11
-#set -eo pipefail
+set +eo pipefail
12
13
NEO4J_EDITION=${NEO4J_EDITION:-"community"} # Choose "community" or "enterprise"
14
NEO4J_VERSION=${NEO4J_VERSION:-"5.10.0"}
0 commit comments