From ccc29005fa7ad13c3023df62bf7c8ff33c3596d7 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 24 Nov 2021 11:12:19 -0800 Subject: [PATCH] Still diagnosing path issues for summarize. --- .github/workflows/docker-detection-testing.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/docker-detection-testing.yml b/.github/workflows/docker-detection-testing.yml index edcb1e588a..0c75b7d2ec 100644 --- a/.github/workflows/docker-detection-testing.yml +++ b/.github/workflows/docker-detection-testing.yml @@ -243,6 +243,13 @@ jobs: - name: Merge Detections into single File run: | cd automated_detection_testing/ci/detection_testing_batch + echo "res0" + ls + echo "res1" + ls + echo "res2" + ls results_* + python summarize_json.py --files results_*/combined.json --output_filename summary_test_results.json