Skip to content

Commit

Permalink
Update graph-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 22, 2023
1 parent e809e62 commit 4cbc6fd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,14 @@ jobs:
- name: Run Tests
run: |
#neo4j-admin set-initial-password neo4j2020
sudo neo4j console; sleep 20;
sudo neo4j start; sleep 20;
echo '---------------'
#/usr/bin/cypher-shell -a bolt://localhost:7687 -u neo4j -p neo4j;
#/usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)";
#python tests/Petagraph_ingestion_test_auto.py
- run: sudo /usr/bin/cypher-shell -a localhost -u neo4j -p neo4j;



- run: python tests/Petagraph_ingestion_test_auto.py #sudo /usr/bin/cypher-shell -a localhost -u neo4j -p neo4j;

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4cbc6fd

Please sign in to comment.