Skip to content

Commit

Permalink
ci: we removed the neo4j machine learning graph pull since it was cau…
Browse files Browse the repository at this point in the history
…seing large usage in s3 (#2250)
  • Loading branch information
kevkevinpal authored Sep 27, 2024
1 parent a8e270c commit 7465ea6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,6 @@ jobs:
chmod 777 -R ./proxy;
chmod 777 -R ./cln;
- name: Download file
run: |
curl -LO https://machinelearningneo4jbackup.s3.amazonaws.com/_data.zip
- name: Unzip file
run: unzip _data.zip -d data

- name: Rename folder
run: cd data && mv _data data && cd data && ls

- name: Copy Neo4J Data to stack
run: cp -r ./data ./stack/neo4j

- name: Check for NODES
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit 7465ea6

Please sign in to comment.