From f1d2a6ac7542fb0b0dc2c4ff9a652070c19e77e0 Mon Sep 17 00:00:00 2001 From: ben stear Date: Wed, 15 Nov 2023 14:11:37 -0500 Subject: [PATCH] Update download-neo4j.yml --- .github/workflows/download-neo4j.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/download-neo4j.yml b/.github/workflows/download-neo4j.yml index 9abb412..8718e83 100644 --- a/.github/workflows/download-neo4j.yml +++ b/.github/workflows/download-neo4j.yml @@ -21,15 +21,17 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements-tests.txt - - name: Download OSF files + - name: Download OSF files #osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip; unzip Datasets.zip; run: | echo 'Downloading OSF data...'; - osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip; osf -p 6jtc9 fetch Datasets/petagraph_v5.zip petagraph_v5.zip; - unzip Datasets.zip; unzip petagraph_v5.zip; + unzip petagraph_v5.zip; echo 'Finished Downloading and unzipping....'; - ls - name: Test neo4j - run: neo4j start + run: | + chmod 777 -R /; + mv import/*.CSV /var/lib/neo4j/import/; + ls /var/lib/neo4j/import/; + neo4j start