From 12717183356a286f60291c9d77aef0bc6f0bf1ab Mon Sep 17 00:00:00 2001 From: ben stear Date: Wed, 22 Nov 2023 09:03:40 -0500 Subject: [PATCH] Update graph-tests.yml --- .github/workflows/graph-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index b779586..060a7c2 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -48,7 +48,7 @@ jobs: 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_advertised_address=localhost/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 #sed -i '/dbms.connector.http.advertised_address=:7474/s/^#//g' /etc/neo4j/neo4j.conf @@ -66,14 +66,14 @@ jobs: - run: /usr/bin/cypher-shell -v - name: Run Tests run: | - neo4j-admin set-initial-password neo4j2020 - + #neo4j-admin set-initial-password neo4j2020 neo4j start; sleep 20; echo '---------------' - /usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)"; #/usr/bin/cypher-shell -u neo4j -p neo4j + /usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)"; + #python tests/Petagraph_ingestion_test_auto.py