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 20, 2023
1 parent 141f3ea commit 66be684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
neo4j start
- name: Run tests # cat /etc/neo4j/neo4j.conf , echo 'test string' > .github/graph_test_logs/logfile.txt
run: |
pwd;ls; echo '---------------------------------------'
echo ALTER CURRENT USER SET PASSWORD FROM 'neo4j' TO 'neo4j2020' | bin/cypher-shell
python3 tests/Petagraph_ingestion_test_auto.py
- name: Upload Artifact
Expand Down

0 comments on commit 66be684

Please sign in to comment.