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 23, 2023
1 parent 554da54 commit 20b913f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 20b913f

Please sign in to comment.