Skip to content

Commit 0d688ea

Browse files
committed
neo4j
1 parent f0de20e commit 0d688ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_notebooks_neo4j.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ needs.setup-modified-files.outputs.notebooks-any_changed == 'true' }}
6666
with:
6767
service: true
68-
docker-run-line: -p7687:7687 -p7474:7474 -v/tmp/neo4j_import:/var/lib/neo4j/import -e NEO4J_AUTH=none -e NEO4J_server_memory_heap_max__size=8G -e NEO4J_db_import_csv_legacy__quote__escaping=false --health-cmd "wget -qq http://localhost:7474" --health-interval 20s --health-timeout 5s --health-retries 5
68+
docker-run-line: -p7687:7687 -p7474:7474 -v/tmp/neo4j_import:/var/lib/neo4j/import -e NEO4J_AUTH=none -e NEO4J_server_memory_heap_max__size=8G -e NEO4J_db_import_csv_legacy__quote__escaping=false --health-cmd "wget -qq http://localhost:7474" --health-interval 20s --health-timeout 5s --health-retries 5 neo4j
6969
python-versions: '["3.10", "3.12", "3.13"]'
7070
notebooks: ${{ needs.setup-modified-files.outputs.notebooks-changed }}
7171
environment: "DB_HOSTNAME=\"127.0.0.1\""

0 commit comments

Comments
 (0)