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 24, 2023
1 parent b6cd51a commit 86ca69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
- run: hostname -i
- name: Run Tests
run: |
neo4j-admin set-initial-password neo4j2020
sudo neo4j console; sleep 20;
#neo4j-admin set-initial-password neo4j2020
#sudo neo4j console; sleep 20;
sudo ss -tulpn #sudo netstat -tulpn | grep LISTEN;
echo '---------------'
- run: |
#/usr/bin/cypher-shell -a bolt://localhost:7687 -u neo4j -p neo4j;
/usr/bin/cypher-shell "ALTER CURRENT USER SET PASSWORD FROM neo4j TO neo4j2021";
/usr/bin/cypher-shell "ALTER CURRENT USER SET PASSWORD FROM neo4j TO neo4j2020";
#/usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)";
- run: python tests/Petagraph_ingestion_test_auto.py #sudo /usr/bin/cypher-shell -a localhost -u neo4j -p neo4j;

Expand Down

0 comments on commit 86ca69c

Please sign in to comment.