Skip to content

Commit

Permalink
Merge branch 'master' into revert-skip-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Sep 27, 2024
2 parents 49e4ee4 + c73fe52 commit 1b5ef10
Show file tree
Hide file tree
Showing 101 changed files with 2,056 additions and 1,302 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ jobs:
chmod 777 -R ./proxy;
chmod 777 -R ./cln;
- name: Create data working-directory
run: mkdir -p data
# - name: Create data working-directory
# run: mkdir -p data

- name: Download file
run: |
curl -LO https://machinelearningneo4jbackup.s3.amazonaws.com/neo4j.tar
# - name: Download file
# run: |
# curl -LO https://machinelearningneo4jbackup.s3.amazonaws.com/neo4j.tar

- name: untar file
run: tar -xf neo4j.tar -C data
# - name: untar file
# run: tar -xf neo4j.tar -C data

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

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b5ef10

Please sign in to comment.