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 7f0cd73 commit 2293161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
sudo chmod 777 -R /etc/neo4j;
sudo chmod 777 -R /var/log/neo4j/;
sudo chmod 777 -R /var/run/neo4j
- 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/;
ls /var/lib/neo4j/import/;
- name: reduce csv sizes
run: python3 tests/reduce_petagraph_csv_size_github_actions.py
- name: df check 4
run: df -h
- name: Build Petagraph # rm -rf data/databases/*; rm -rf data/transactions/*
Expand Down

0 comments on commit 2293161

Please sign in to comment.