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 16, 2023
1 parent 9caac85 commit e94541a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
sudo chmod 777 -R /etc/neo4j;
sudo chmod 777 -R /var/log/neo4j/;
sudo chmod 777 -R /var/run/neo4j
- name: test mv
- name: reduce csv sizes
run: python3 tests/reduce_petagraph_csv_size_github_actions.py
- name: mv
run: |
rm import/CUI-TUIs.csv; rm import/CUI-SUIs.csv; rm import/CODE-SUIs.csv
mv import/C*.csv /var/lib/neo4j/import/;
Expand Down

0 comments on commit e94541a

Please sign in to comment.