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

0 comments on commit 1271718

Please sign in to comment.