From 808928bd69dedcc9954de5716ce21dd9f442ccbb Mon Sep 17 00:00:00 2001 From: ben stear Date: Wed, 22 Nov 2023 09:30:08 -0500 Subject: [PATCH] Update graph-tests.yml --- .github/workflows/graph-tests.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index 954c2e1..be0183f 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -47,7 +47,7 @@ jobs: sed -i '/dbms.security.auth_enabled=false/s/^#//g' /etc/neo4j/neo4j.conf sed -i '/dbms.connector.bolt.listen_address=:7687/s/^#//g' /etc/neo4j/neo4j.conf sed -i '/dbms.connector.bolt.advertised_address=:7687/s/^#//g' /etc/neo4j/neo4j.conf - #sed -i '/dbms.default_listen_address=0.0.0.0/s/^#//g' /etc/neo4j/neo4j.conf + sed -i '/dbms.default_listen_address=0.0.0.0/s/^#//g' /etc/neo4j/neo4j.conf #sed -i '/dbms.default_advertised_address=localhost/s/^#//g' /etc/neo4j/neo4j.conf #sed -i '/dbms.connector.http.listen_address=:7474/s/^#//g' /etc/neo4j/neo4j.conf @@ -59,19 +59,16 @@ jobs: ls /var/lib/neo4j/data/dbms - run: | echo '' - #neo4j start; - #sudo chmod 777 tests/reset_password.py; - #python tests/reset_password.py - #neo4j stop; + #neo4j start; #sudo chmod 777 tests/reset_password.py; #python tests/reset_password.py #neo4j stop; - run: /usr/bin/cypher-shell -v - name: Run Tests run: | #neo4j-admin set-initial-password neo4j2020 - #neo4j start; sleep 20; echo '---------------' - /usr/bin/cypher-shell -a bolt://localhost:7687 -u neo4j -p neo4j; + /usr/bin/cypher-shell -a localhost + #/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