diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index 5671425..4768d2a 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -63,7 +63,7 @@ jobs: - run: | echo '' #neo4j start; #sudo chmod 777 tests/reset_password.py; #python tests/reset_password.py #neo4j stop; - - run: sudo netstat -tulpn | grep LISTEN + - run: sudo ss -tulpn #sudo netstat -tulpn | grep LISTEN - run: hostname -i - name: Run Tests run: | @@ -72,11 +72,11 @@ jobs: echo '---------------' #/usr/bin/cypher-shell -a bolt://localhost:7687 -u neo4j -p neo4j; - /usr/bin/cypher-shell ALTER CURRENT USER SET PASSWORD FROM neo4j2020 TO neo4j2021; + /usr/bin/cypher-shell "ALTER CURRENT USER SET PASSWORD FROM neo4j2020 TO neo4j2021"; #/usr/bin/cypher-shell "MATCH (n) RETURN COUNT(n)"; #python tests/Petagraph_ingestion_test_auto.py - - run: sudo netstat -tulpn | grep LISTEN; + - run: sudo ss -tulpn #sudo netstat -tulpn | grep LISTEN; - run: python tests/Petagraph_ingestion_test_auto.py #sudo /usr/bin/cypher-shell -a localhost -u neo4j -p neo4j; - name: Upload Artifact