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 2ca6701 commit 808928b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 808928b

Please sign in to comment.