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 5d3fe41 commit 7bb63a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
- name: neo4j commands # cat /etc/neo4j/neo4j.conf
run: |
python3 tests/connect_neo4j.py
echo 'test string' > .github/graph_test_logs/logfile.txt
- name: Upload math result for job 1
uses: actions/upload-artifact@v3
with:
name: QC Report
path: .github/graph_test_logs/logfile.txt




Expand Down

0 comments on commit 7bb63a5

Please sign in to comment.