Skip to content

Commit

Permalink
Update download-neo4j.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 15, 2023
1 parent c2195dc commit d985c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
osf -p 6jtc9 fetch Datasets/petagraph_v5.zip petagraph_v5.zip;
unzip petagraph_v5.zip;
echo 'Finished Downloading and unzipping....';
ls;
- name: Test neo4j
run: sudo chmod 777 -R /var/lib/neo4j/;
- name: test mv
run: |
mv import/*.CSV /var/lib/neo4j/import/;
mv import/*.csv /var/lib/neo4j/import/;
ls /var/lib/neo4j/import/;
neo4j start
Expand Down

0 comments on commit d985c0e

Please sign in to comment.