From 86ca69c9e1cca5cbb6cd0db924a69ef0325c4aab Mon Sep 17 00:00:00 2001 From: ben stear Date: Fri, 24 Nov 2023 09:55:42 -0500 Subject: [PATCH] Update graph-tests.yml --- .github/workflows/graph-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index 1e6de08..51b61d4 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -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;