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 f1d2a6a commit 251df41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo 'Finished Downloading and unzipping....';
- name: Test neo4j
run: |
chmod 777 -R /;
sudo chmod 777 -R /;
mv import/*.CSV /var/lib/neo4j/import/;
ls /var/lib/neo4j/import/;
neo4j start
Expand Down

0 comments on commit 251df41

Please sign in to comment.