From 7bb63a5bfda66d62928d2abae56ec6acfee15345 Mon Sep 17 00:00:00 2001 From: ben stear Date: Mon, 20 Nov 2023 13:43:09 -0500 Subject: [PATCH] Update graph-tests.yml --- .github/workflows/graph-tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index 52fe3fe..4df9efb 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -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 +