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 7b1c063 commit bf82bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
sudo neo4j console; sleep 20;
echo '---------------'
sudo /usr/bin/cypher-shell -a localhost -u neo4j -p neo4j;
#/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;



Expand Down

0 comments on commit bf82bdd

Please sign in to comment.