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 d985c0e commit 028db01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
unzip petagraph_v5.zip;
echo 'Finished Downloading and unzipping....';
ls;
- name: Test neo4j
run: sudo chmod 777 -R /var/lib/neo4j/;
- name: Give permissions
run: |
sudo chmod 777 -R /var/lib/neo4j/;
sudo chmod 777 -R /etc/neo4j;
sudo chmod 777 -R /var/log/neo4j/;
sudo chmod 777 -R /var/run/neo4j
- name: test mv
run: |
mv import/*.csv /var/lib/neo4j/import/;
Expand Down

0 comments on commit 028db01

Please sign in to comment.